what is the difference between GET and POST?
Answer Posted / rahul kumar
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 |
Post New Answer View All Answers
How to create a session? How to set a value in session? How to remove data from a session?
How to find the index of an element in an array php?
How to remove an empty directory?
What are default session time and path?
Explain what are some new features introduced in php7?
How to convert a string to lowercase in php?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
How to increase the maximum execution time of a script in php?
Can age be a variable?
How many open modes available when a file open in PHP?
Why is overriding runtime?
How you can update memcached when you make changes to php?
How to create reusable code in php?
Explain difference between urlencode and urldecode?
What is form validation in php?