what is the difference between GET and POST?

Answer Posted / khaleek ahmad

get and post are HTTP methods that are used to send request
to the server.Difference of them are listed below.

Get() transfer only 256 char. While there is not limit for post.

As the data transfers through address bar (URL) there are
some restrictions in using space, some characters like
ampersand (&) etc in the GET method of posting data. We have
to take special care for encoding data if such special
characters are present. While in post there is no restriction.

For more detail please see: -
http://interview-preparation-for-you.blogspot.com/2011/01/difference-between-get-and-post.html

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the apache?

531


Why php is used with mysql?

534


Explain Type juggling?

574


Which is incorrect with respect to separating php code and html?

541


What are the benefits of using php?

518






How break and continue while loop in php?

490


Explain a resource?

612


What the limitation of header() function in php?

511


Is jquery better than javascript?

568


What is the name of the scripting engine that powers PHP?

713


What is the use of rand() in php?

607


Do you know is it possible to extend the execution time of a php script?

583


What is polymorphism with example in php?

516


Explain me what is x+ mode in fopen() used for?

545


What are the advantages of triggers?

531