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
Explain type casting and type juggling.
Which function is used in php to delete a file?
What is the difference between super () and this ()?
What is Type hinting in PHP?
What are session variables in php?
What is the use of htmlspecialchars in php?
Is nan in php?
Which function is used in php to check the data type of any variable?
Write a program to swap two numbers using php.
How can you propagate a session id?
Explain the advantages of using PHP?
How do I install php?
What are the different filter functions used to filter a variable?
What should be the length of variable for SHA256?
What is the main function of php?