what is the difference between GET and POST?
Answer Posted / ashish kumar &amit kumar
Get is the method to send the data in very fast but it is
not secure . This data is submited as a part of url,it can
stoe only 18 from veriable.
post is the method to send the data in slow rate at compare
to get() method. It is secured than get(). data is not
visible in the url,it can post unlimited from varible.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is class extend in php?
Can php use gettext?
How can we set and destroy the cookie in php?
What does $globals means?
How to add comments in php?
Why do we use sessions in php?
What is preg_match?
What version of php do I have windows?
What is $_ server request_method == post?
What is the delimiter default in PHP?
Tell me how stop the execution of a php scrip?
What does mysqli_query return?
Do you know what does $globals means?
What are the four scalar types of php?
What are the different types of php variables?