What's diffrence between Get() and Post() Function
Answer Posted / sri harsha
In get() method form values are send by url and is not secure.
In post() method form values are send along with headers and
was secure.
get method is faster than post method.
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to execute an sql query?
how to detect a mobile device using php
How to create reusable code in php?
Explain the importance of the function htmlentities.
What is a controller in programming?
What is the role of the .htaccess file in php?
How to Pass JSON Data in a URL using CURL in PHP?
Which function(s) in PHP computes the difference of arrays?
Explain me what is the w3c?
What does $_cookie mean?
Does php have block scope?
Explain how is it possible to cast types in php?
What are the methods useful for method overloading?
What is var_dump function in php?
Can you pass an array into a function?