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
Is empty java?
Explain me what is the meaning of a persistent cookie?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What does the array operator '===' means?
What exactly is PHP?
Suppose your zend engine supports the mode ?> Then how can you configure your php zend engine to support Mode ?
What is restful api?
How do I escape in php?
which will print out the php call stack?
How to support multiple-page forms?
What are some new features introduced in php7?
What is difference Between PHP 5 and 7?
What is a trait in php?
Is laravel frontend or backend?
How to create a session? How to set a value in session? How to remove data from a session?