Answer Posted / prantik gautam
POST : It is a secure method for data to send from one page
to another or self. Is can not be seen in the query string.
GET : It is relatively unsecured method for posting data. It
is send through the query string.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are sql injections, how do you prevent them and what are the best practices?
How to call a php function from html button?
What is a query in php?
Code to open file download dialog in PHP?
Explain php explode() function.
What is htaccess in php?
How failures in execution are handled with include() and require() functions?
How to make horizonatl menu and vertical menu responsive
What is the difference between abstract class and interface in php?
What is sticky form in php?
Is php better than java?
Does php pass arrays by reference?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What are the advantages of oops in php?
How to return ascii value of character in php?