Answer Posted / vivek soni
Get Method:
It displays the submited value in the URL and its used
for max 100 character of small applications....
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 ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we set session value in javascript?
How to reset/destroy a cookie in php?
Why do you need to filter out empty files?
What are php magic methods?
Does php 5 support exceptions?
How to find the length of a string?
How to count all the lines of code in a directory and sub folder?
Why do we use polymorphism in php?
How to create a directory?
What is a collection in php?
How can you retrieve data from the mysql database using php?
How do I sort numbers in php?
What is reference variable php?
What is warning – “cannot modify header information – headers already sent”?
Explain how is it possible to cast types in php?