What is difference between get and post in php?
Answer / Vandana
GET requests are used to retrieve data from a server and are appended to the URL, while POST requests are used to send data to a server and are included in the body of the HTTP request. GET parameters are visible to anyone who sees the URL, while POST parameters are not.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is asort php?
How do you count numbers in php?
What are the current versions of apache, PHP, and mysql?
Write down the code for save an uploaded file using php?
What is reference variable php?
What is the use of extract function in php?
If anybody integrate "First Data Global Payment Gateway" in your site?
How do you compare strings in java?
Tell me what is needed to be able to use image function?
How many different types of messages available in php?
How to create a directory?
What are the different opening and closing tags available in PHP?