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
Write a program to display a table of any given number?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
Are objects passed by value or by reference?
Do while loops php?
Explain include(), include_once, require() and require_once?
How to include variables in double-quoted strings?
What is new keyword in php?
Explain scalar type declarations in php7?
What is serialization in php?
Why is node js better than php?
What are the popular content management systems (cms) in php?
How to list all values of submitted fields?
What is php session_start() and session_destroy() function?
Is php 7.0 stable?
How would you declare a function that receives one parameter name hello?