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 |
How to display your correct URL of the current web page?
Is php front end or back end?
What does type casting mean in php? Explain with an example?
How does php and apache work?
How can you tell if a number is even or odd without using any condition or loop?
What is overriding in php?
what are the rules to be followed at the time of declaring a variable?,what is the purpose of var_dump()function in php,syntax of ternary operator()in php,difference between drop a table and truncate a table...
what is benefit of magento?
Why is php used for web development?
Code to upload a file in PHP?
Tell me is it possible to protect special characters in a query string?
What are the __construct() and __destruct() methods in a php class?