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
What is php glob?
What is strcmp?
Explain array_uintersect()?
Name some of the constants in php and their purpose.
Is salary fixed or variable cost?
What is magic function in php?
What is warning – “cannot modify header information – headers already sent”?
How to remove duplicate values from array using php?
What is fetch array in php?
Tell me what is the difference between get and post?
How to download files from an external server with code in php?
Is php 7 backwards compatible?
Why do we use htaccess and where?
Is there an easy way to delete an element from a php array?
Is php open source?