Answer Posted / tejaswini
Get Method:Displays values in the URL.
Stores small amount of data.
not so secure.
Post Method:It stores large amount of data.Secure one
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is $_ get and $_ post in php?
How to delete a file from the system?
How can I embed a java program in php file and what changes have to be done in php.ini file?
What is the difference between single-quoted and double-quoted strings in php?
What is the difference between unset and unlink?
What is print_r?
What should we do to be able to export data into an excel file?
Is null empty php?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
How variables are passed through arguments?
Is multiple inheritance supported in php?
Which php framework is best for security?
Explain me what is x+ mode in fopen() used for?
How can image properties be retrieved in php?
Why should I store logs in a database rather than a file?