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 different types of visibility?
Is php procedural or oop?
List data types in PHP?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What does the arrow mean in php?
What's the output of the ucwords function in this example?
Which is better session or cookie?
What are the advantages of object-oriented programming in php?
Tell me how to retrieve a cookie value?
How do you compare strings in java?
What is get and post method in php?
How to convert the first character to upper case?
What is the expansion of LAMP?
Is null or empty c#?
What is new keyword in php?