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
How can I find my php version?
How to read a file in php?
In php, objects are they passed by value or by reference?
How do I expire a php session after 30 minutes?
What is regular expression in php?
What is singleton design pattern in php?
Is null empty php?
What is a string in php?
Does php need to be installed?
Is it possible to use com component in php?
What do the initials of php stand for?
How can you execute php script from the command line?
What is use of isset function in php?
What is the php function that removes the last element of the array and returns it?
What is strcmp () in php?