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
Explain mail function in PHP with syntax?
Tell us what is the difference between session_unregister() and session_unset()?
Where is session id stored?
What is the difference between Session and Cookie?
Where are the persistent cookies stored on your computer?
What is the use of mysql_real_escape_string() function?
How can we get the error when there is a problem to upload a file?
Is php fully object oriented?
What is config file in php?
What are psrs? Choose 1 and briefly describe it?
Can php variables have numbers?
What does the function get_magic_quotes_gpc() means?
What is the default session time in php?
What is php string function?
Tell me how the result set of mysql be handled in php?