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 |
Why is PHP-MySQL frequently used for web (Portal) Development?
5 Answers T3 Softwares, Wipro,
what are the various PHP Script Optimization techniques?
1 Answers IBM, Krify Software Technologies, TCL,
How to create a table to store files?
What is the best php framework 2018?
Explain what does $_files means?
How to remove leading and trailing spaces from user input values?
What is api used for?
What are getters and setters and why are they important?
Explain how can php and javascript interact?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What is the difference between get and post in php?
List types of array are available in php?