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 many data types are there in php?
What is mysql in php?
Are static variables final?
What are the differences between GET and POST methods?
What does the array operator '===' means?
Tell me what are magic methods?
Tell me what type of operation is needed when passing values through a form or an url?
When use javascript vs php?
What are the two main string operators?
Distinguish between urlencode and urldecode?
How to replace a text in a string with another text in php?
What is the correct php command to use to catch any error messages within the code?
Why triggers are used in mysql?
How do I know my xampp version?
Write a program in php to print a table of a number?