What's diffrence between Get() and Post() Function
Answer Posted / sri harsha
In get() method form values are send by url and is not secure.
In post() method form values are send along with headers and
was secure.
get method is faster than post method.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain what is the difference between for and foreach?
What is $$ in php?
What is $_ files in php?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
Why php is also called as scripting language?
Require_once(), require(), include(). What is difference between them?
Tell me what does the scope of variables means?
Is php a programming language?
How can we change the value of a constant?
What is php in full?
Explain what does the function get_magic_quotes_gpc() means?
How to reset/destroy a cookie?
How to read and display a HTML source from the website url?
Is age interval or ordinal?
What is static variable in php?