What is the difference between get and post in php?



What is the difference between get and post in php?..

Answer / Vivek Raj

In PHP, GET requests typically append data to the URL (e.g., ?name=John&age=30), while POST requests send data as a body of the request.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How To Get the Uploaded File Information in the Receiving Script?

1 Answers  


what is used for tmp table in oracle?

0 Answers  


How can I find my php version?

1 Answers  


Differences between get and post methods?

1 Answers  


When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?

1 Answers  


So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?

1 Answers  


List out some tools through which we can draw E-R diagrams for mysql.

2 Answers  


Is null function in php?

1 Answers  


To find out the current year is leap year or not which date() function we've to use.Give the syntax also

5 Answers  


List out some tools through which we can draw E-R diagrams for mysql?

6 Answers  


How many data types are used by php?

1 Answers  


Who is known as the father of php?

1 Answers  


Categories