Answer Posted / gladys
In the get method the data made available to the action page
by the URL so data can be seen in the address bar where as
in the post method the data will be available as data blocks
and not as query string.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can I find my php version?
What is include in php?
Why does php start with variables?
How to remove all duplicate values in array in php?
What is warning – “cannot modify header information – headers already sent”?
What are super global variables in php?
What is the difference between super () and this ()?
What are the two most common ways to start and finish a php block of code?
What is the empty function?
What is a http session?
Explain me how to include a file to a php page?
Tell us what is the difference between session_unregister() and session_unset()?
What is the $_ server php_self variable?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
How to include a file to a PHP page?