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 |
what is the default method of form in php?
What is traits? How it is used in php?
How do functions work?
How can we get the properties (size, type, width, height) of an image using PHP image functions?
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
What are php magic methods/functions?
What are Sub routines?
What is the name of scripting engine in php?
What is the use of trim in php?
How do you create an array in php?
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?