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
Which is a perfect example of runtime polymorphism?
How to write the form tag correctly for uploading files?
What is the use of mysqli_real_escape_string() function?
What does the unlink() function means?
What is meant by ‘passing the variable by value and reference' in php?
What is a class in php programing?
How do I escape data before storing it in the database?
What is trait in php?
How to assigning a new character in a string?
What is the difference between for and foreach in php?
What is php session id?
How to create a web form?
What are the 3 types of sessions?
Why json is used in php?
What is prepared statement in php?