What is difference between get and post in php?



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

Post New Answer

More PHP Interview Questions

What is asort php?

1 Answers  


How do you count numbers in php?

1 Answers  


What are the current versions of apache, PHP, and mysql?

21 Answers  


Write down the code for save an uploaded file using php?

1 Answers  


What is reference variable php?

1 Answers  


What is the use of extract function in php?

1 Answers  


If anybody integrate "First Data Global Payment Gateway" in your site?

2 Answers  


How do you compare strings in java?

1 Answers  


Tell me what is needed to be able to use image function?

1 Answers  


How many different types of messages available in php?

1 Answers  


How to create a directory?

1 Answers  


What are the different opening and closing tags available in PHP?

1 Answers  


Categories