Answer Posted / devi
Get Method:
It displays the value in the URL and its used for only
small applications and it as a limit to send information.
Post method :
Where as post method is secured,it doesnot show value in
the URL ,and it can be used in large applications .
Here there is no limit to send information via post
method...
Post method is Secure compare to get method...
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What is url encoding and decoding in php?
Is salary a ratio or interval?
What is the string concatenation operator in php?
How long is a php session valid?
Which is not a file-related function in php?
What is fetch array in php?
Write a program to upload a file in php?
How to fix "headers already sent" error in php
What is $_ post in php?
Name and explain five of the PHP error constants?
How do you end a function in python?
List some features of php that are deprecated in php7?
Is php easier than node?
What will the ?getdate() function returns in PHP?
What is difference between include and include_once in php?