Answer Posted / mohamed amirudeen
GET METHOD:
if your are using method to be "get" in the form,
then by clicking the submit button,all the values inserted
in the textbox which is found inside the form will be
displayed in the URL.
POST METHOD:
here when the method is made as "post" then the
value inserted in the textbox inside the form will not be
seen on the URL.Hence its for security purpose.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why echo is faster than print in php?
How can we calculate the similarity between two strings?
How many types of errors in php?
How is session data stored?
In how many ways we can retrieve the data in the result set of mysql using php?
What is nan value?
How to repeat a string to a specific number of times in php?
What is the use of get and post method in php?
What is return in php function?
How to get no of arguments passed to a PHP Function?
What is include in php?
List some sorting functions in php?
What is the difference between php4 and php5?
How to get length of an array in PHP?
What are some of the advanced features of php?