What is the diffrence between GET,POST and REQUEST Method.

Answer Posted / sowmya m n

Get Method:in get method data is append in url and
information will appear in
URL hence it is not secure method to send data however
processing is fast in
get method and it can transfer only256 char, limited number
of data.
Post Method: Post method is secure as compared to get method
since it does not
appear in url and u can transfer unlimited number of data
but processing is
very slow as compared to get method. Now another thing is
that when you have
to upload some data u should have to use post method.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which will print out the php call stack?

584


Explain how to submit form without a submit button.

539


How to protect special characters in query string?

529


What is magic function in php?

534


How can you make a connection with mysql server using php?

507






How to know user has read the email-php?

493


How can you retrieve a cookie value?

538


How can we destroy the cookie in php?

529


What is the use of session and cookies in php?

523


What are the 5 types of data?

555


Explain the types of string comparision function in PHP

510


How can cross site request forgery csrf be prevented?

485


What does the unlink() function means?

542


What is an operator in php?

568


what is session_set_save_handler in PHP?

610