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
Explain how to run the interactive php shell from the command line interface?
What is get method in java?
Write a program using while loop in php?
Which function is used to strip whitespace?
What is meant by MIME?
Why triggers are used in mysql?
Is php pass by reference or value?
Which is not a php magic constant?
Tell me what is the use of mysql_real_escape_string() function?
What is a persistent cookie in php?
Do I need to install php after xampp?
Why laravel is best php framework?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
How to generate a character from an ascii value?
Which function would you use to merge two arrays in php?