How data or variable can be receive or send from PHP to HTML
page??
Answers were Sorted based on User's Feedback
Answer / remya
There are different ways by which values of variables can be
passed between pages. One of the ways is to use the URL to
pass the values or data. Here the biggest advantage is we
can pass data to a different site even running at different
servers, collect the value from the query string or from the
URL. Then by using GET and POST methods.
| Is This Answer Correct ? | 36 Yes | 3 No |
Answer / ramtej
Using GET and POST methods data or variable can be recieve
or send from PHP to HTML..
| Is This Answer Correct ? | 6 Yes | 1 No |
Do you know design patterns. List few?
How can we do user authentication without using session/cookies ? For ex:- From page1 accepts user name and password and need to check in all other pages whether the user has logged in or not
How to send a cookie to the browser?
What is difference between array_merge and array_combine in php?
What is the difference between $message and $$message in php?
What is a controller in php?
What type of language is php?
What is Mcrypt used for?
How to declare an array in php?
What is the difference between rest and soap?
What is the use of array_search() in php?
How do you get the Browser information?