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
What is difference between get and post in php?
What is php sequence?
Explain setcookie() function in php?
Explain me differences between get and post methods?
Can you define an argument as a reference type?
What is overriding in php?
Tell me what are the correct and the most two common way to start and finish a php block of code?
How to change the principal password?
Is php an array?
What are the advantages of triggers in php?
Write a hello world program using variable?
Tell me what is mean by an associative array?
How to find the index of an element in an array php?
Is php class name case sensitive?
What is the sign to start variables in PHP?