Differences between get, post and request methods ?



Differences between get, post and request methods ?..

Answer / Dayashankar Sharma

The HTTP GET method is used to retrieve data from a server by appending the data to the URL. The data is visible in the URL and has limitations on the amount of data that can be sent. The HTTP POST method is used to send data to a server, typically when submitting forms. Data is sent as part of the request body, making it more secure than GET for sensitive information. The HTTP REQUEST method is a general term that refers to all methods in HTTP (GET, POST, PUT, DELETE, etc.), which are used to interact with a server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

what is the default method of form in php?

6 Answers  


What is traits? How it is used in php?

1 Answers  


How do functions work?

1 Answers  


How can we get the properties (size, type, width, height) of an image using PHP image functions?

4 Answers   ConSim,


Can anybody plz tell me if there any recruitment on php plz mail to vasudev.adepu@gmail.com.i had completed M.SC(MATHS) in 2007 . trying to get a job on php. i have good knowledge on PHP/MYSQL

1 Answers  


What are php magic methods/functions?

1 Answers  


What are Sub routines?

1 Answers  


What is the name of scripting engine in php?

1 Answers  


What is the use of trim in php?

1 Answers  


How do you create an array in php?

1 Answers  


How do I add to the beginning of an array and find the number of elements in it?

1 Answers   Rushmore Consultancy,


How do I expire a php session after 30 minutes?

1 Answers  


Categories