what is the post and get method??

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


Please Help Members By Posting Answers For Below Questions

Tell me how can we determine whether a variable is set?

510


What is the Pipe Symbol represented?

629


What is the php function that removes the first element of the array and returns it?

519


Why laravel is best php framework?

550


Is age interval or ordinal data?

531






Can I use php in html?

561


What is an abstract class in php?

482


Who is known as the father of php?

562


What are the __construct() and __destruct() methods in a php class?

513


Explain me what are the 3 scope levels available in php and how would you define them?

736


How do you define a constant in php?

559


Write down the code for saving an uploaded file in PHP.

599


What is the goto statement useful for?

556


How do you display the output directly to the browser?

473


How to remove leading and trailing spaces from user input values?

546