What is the diffrence between GET,POST and REQUEST Method.
Answer Posted / karthik
get method passing value just view address bar , post cant
view
get passing limit value, post pass large amount
if you used get or post method... retrive the value
through request method
| Is This Answer Correct ? | 36 Yes | 2 No |
Post New Answer View All Answers
What is the use of htmlspecialchars in php?
What are the functions to be used to get the image's properties (size, width and height)?
What is the differences between $a != $B and $a !== $B?
Are objects passed by value or by reference?
Is php better than python?
What are form input html tags?
What is mysql_fetch_row?
how to use http headers inside php? Write the statement through which it can be added?
What is sql injection in php?
What are the characteristics of php?
When to use self over $this?
Tell us why did you choose this particular career path?
What is basic php?
How do I end a php session?
What is trait in php?