How data or variable can be receive or send from PHP to HTML
page??
Answer Posted / 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 |
Post New Answer View All Answers
How many open modes available when a file open in PHP?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
How to use http headers inside php?
What do the initials of php stand for?
Code to upload a file in PHP?
What are php data types?
Explain the importance of the function htmlentities.
What are headers in php?
What is php mean?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
Swap two variables value without using third variable in php ?
How can we access the data sent through the url with the get method?
How do you execute a php script from the command line?
Explain me difference between mysql_connect and mysql_pconnect?
What are the different types of array in php?