Answer Posted / rajeev sharma
Basically both method are use for send form data with the
help of the browser but difference is that the get method
send limited form data and show the address in the browser
but with the help of post method you can send unlimited form
data with security.
| Is This Answer Correct ? | 32 Yes | 5 No |
Post New Answer View All Answers
Why php is used in html?
What is meant by pear in php? What is the purpose of it?
What do you use php for?
Is empty check in php?
Difference between array_combine and array_merge?
What are the advantages of indexes in php?
Why php is used with mysql?
Tell us how to set cookies in php?
Tell us why did you choose this particular career path?
What changes I have to do in php.ini file for file uploading?
What are the uses of implode() function?
What is php limit?
Explain the difference b/w static and dynamic websites?
What is $_ server request_method == post?
Tell me what are the __construct() and __destruct() methods in a php class?