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
How is session data stored?
What is the function of trim?
Why print_r is used in php?
What is data abstraction in php?
Tell me how to find current date and time?
What is encapsulation in php?
Is it worth learning php in 2019?
Php program to generate fibonacci series?
Which php function will attach one file to another?
Which is variable cost?
Tell me what sized websites have you worked on in the past?
What is php addslashes?
What is escaping to php?
How escape single quotes php?
What is polymorphism in php?