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 |
What are headers in php?
What are the rules to determine the “truth” of any value which is not already of the boolean type?
Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??
How to delete cookie files on your computer?
How to write in a file in php?
Describe the security vulnerability of PHP?
What is the difference between InnoDb tables and MyIsam Tables in php
How to create a table to store files?
Can we run php in apache tomcat?
How to execute an sql query?
what is the dirrence in PHP4 & PHP5 . ?
explain php variable length argument function.