Answer Posted / habib
Actually both method are used to send the form information
but by get method we can send limited data and used in small application while post method is used to send large amount of data and it is more secure than get method because get method show the address in browser
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of php and mysql?
What is difference between put and post method in http?
Why do we need abstract class in php?
Why delimiter is used in mysql?
How easy is php?
Explain how we can retrieve the data in the result set of mysql using php?
What is php limit?
What is query string php?
What is helper function?
How do I start a php session?
What is the use of mvc in php?
How to create database connection and query in php?
Is php a framework?
How to include a file to a PHP page?
What is meant by PEAR in PHP?