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
Which MySQL function would you use to select a database?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
Write a program to display a table of any given number?
Can you convert php to html?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
What is the alternative structure for control structures?
What are the advantages of using php?
What is the best php framework 2018?
How to get the http request in php?
How you can update memcached when you make changes to php?
What is the difference between print() and echo() in PHP?
What is php static function?
What is final keyword in php?
Is php outdated 2019?
What is $_ get in php?