Answer Posted / devi
Get Method:
It displays the value in the URL and its used for only
small applications and it as a limit to send information.
Post method :
Where as post method is secured,it doesnot show value in
the URL ,and it can be used in large applications .
Here there is no limit to send information via post
method...
Post method is Secure compare to get method...
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What sized websites have you worked on in the past?
What are the advantages of php?
What is foreach loop in php?
How can we display the output directly to the browser?
What types of MYSQL function available for affecting columns
What is the use of trim in php?
Is array empty php?
How to find a substring from a given string in php?
What is the most convenient hashing method to be used to hash passwords?
Php code to find whether a number armstrong or not?
How long does a php session last for?
What is crypt () in php?
What are the benefits of using php and mysql?
Why is node js better than php?
How does csrf token work?