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
What is the main difference between require() and require_once()?
How to delete file in php?
How to get ip address of a server in php?
Can I use node js with php?
How does the identity operator ===compare two values in PHP?
What is php variable?
Explain PHP looping?
Can php run on windows server?
What are php magic methods/functions?
Which is best framework for php?
How to convert strings to numbers in php?
Explain me how to include a file to a php page?
Tell me what is the default session time in php?
Why framework is used in php?
Which of the data type is compound datatype supported by PHP?