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
How to find a substring from a given string in php?
Why ide is recommended for use while programming with php?
What function should you use to join array elements with a glue string?
which will print out the php call stack?
What is php call function?
Which is better python or php?
What is the most convenient hashing method to be used to hash passwords?
What is a php namespace?
Which function Returns the time of sunrise for a given day / location in PHP.
Explain about the $_GET variable of PHP?
List few sensible functions in PHP?
How can we get ip address of a client in php?
What is php explain how php works?
How many types of inheritances used in php and how we achieve it.
How to randomly retrieve a value from an array?