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 |
What are session variables in php?
Is php a framework?
What is baseurl?
What is the difference between the functions UNLINK and UNSET?
Explain the difference between require() and require_once()?
How can we display information of a variable and readable by human with php?
How to include a file to a PHP page?
How do I run php?
Difference between mysql_connect and mysql_pconnect in php?
What is the meaning of a persistent cookie?
What are the different functions in sorting an array?
PHP serverside scripting language or client side scripting language>