what is the difference between GET and POST?

Answer Posted / mahesh

both Get & Post Method is used to post data to server.
But by how it is displayed is the difference b/w them

Get Method : Not Secure, Data visible in url, oly 255 byte
charector can be allowed to transfer, able to bookmark this
page when next page is displayed...Preferred in normal
browsing

Post Method : Secure , Data is not visible in url, unlimited
data transfer , not able to bookmark this page.... Preferred
in Login System, ...

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does api connect to database?

564


Differentiate echo vs. Print statement.

545


What are the difference between overloading and overriding in oops?

546


What is a model in php?

546


How to upload file in php?

545






Does https prevent csrf?

520


How to know user has read the email-php?

499


How is it possible to propagate a session id?

513


Is it more secure to use cookies to transfer session ids?

537


What is the use of mysql_fetch_array in php?

513


Why do we use interface in php?

540


How to update memcached when you make changes to php?

546


Why php is sometimes called as embedded scripting language?

491


Describe which programming language does php parallel to?

476


What is string function sql?

531