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
Explain the importance of the function htmlentities.
Explain what is the static variable in function useful for?
What does namespace mean in php?
Tell me what are magic methods?
What is final class and final method in php?
Can I learn laravel without php?
Why did you choose this particular career path?
What is difference between single quotes and double quotes in php?
What is laravel php?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
A process can run only in the background. State Whether True or False?
What is a php class?
What does mysqli_query return?
How break and continue while loop in php?
What are Routines?