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
Which is incorrect with respect to separating php code and html?
What is variable and data type?
What is the use of post in php?
What is difference between post and put in rest?
What is difference between md5 and SHA256?
Is it easy to learn wordpress?
Write an example to remove html tags from a string in php?
Does php support multiple inheritances?
How can you retrieve a cookie value?
What is c++ polymorphism?
What are the 5 types of variables?
How to get the total number of values in an array?
Tell me how is it possible to return a value from a function?
What is cookies php?
What is the difference between file_get_contents() and file_put_contents() in php?