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
What is explode() in php?
Why namespace is used in php?
What is php and sql?
Do you know what is the use of rand() in php?
What are the methods useful for method overloading?
Why triggers are used in mysql?
How do I update php?
What is binary safe function in php?
How can php and javascript interact?
Write a program in php to print a table of a number?
How to convert a string to lowercase in php?
How to get number of elements in an array?
How can I convert ereg expressions to preg in php?
Which function Returns the time of sunrise for a given day / location in PHP.
How to check your php installation?