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
How to return ascii value of character in php?
How to write comment in php?
Which is the latest version of php?
what is difference between PHP4 , PHP5
What is config file in php?
What exactly is validating and sanitizing?
What is needed to be able to use image function?
What is php key?
What are the different ways to login to a remote server?
Can we learn php without html?
What is the use of header in php?
Explain me what is the difference between explode() and split() functions?
Tell me what is the use of mysql_real_escape_string() function?
What is php and its uses?
What are the rules for naming a php variable?