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 the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Explain about getters and setters in php?
How stop the execution of a php scrip?
What is difference between session and cookies in php?
How can I learn php fast?
What is nan value?
How to remove duplicate values from a PHP Array?
What is __ invoke in php?
How to call php function from javascript using ajax?
What is the difference between require_once and require in php?
Write down the code for save an uploaded file using php?
What are examples of independent and dependent variables?
How to store the uploaded file to the final location?
What is substr in php?
What is mysqli_query?