what is the difference between GET and POST?
Answers were Sorted based on User's Feedback
GET->In Get() transfer only 256 char.and it's not secure and the information will appear in the browser.GET() will not using login time.
POST->In POST transer unlimited data and it's is sucure and the information will not appear in the browser
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the use of @ in php?
What is data type in php?
What is difference between get and post?
What are the Formatting and Printing Strings available in PHP?
Tell me how a constant is defined in a php script?
How are php sessions stored?
Is laravel easy to learn?
What is .htaccessfile and use of this file
What is the difference between echo print and print_r in php?
Where sessions stored in PHP?
How do you parse and process html/xml in php?
What is difference between session and cookie in PHP?