What is the diffrence between GET,POST and REQUEST Method.
Answer Posted / narender bisht
POST method send information through HTTP while GET method
send information through url. and REQUEST is use When we
don't know what method is used in first page and we want to
take these variable on second page.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is array filter in php?
What is the main difference between php 4 and php 5?
What are php strings?
How to get the number of characters in a string?
How many types of errors in php?
Tell me are parent constructors called implicitly inside a class constructor?
What is call by reference in php?
What is the difference between explode () and split () functions in php?
Explain why would we use === instead of ==?
What is the importance of "method" attribute in a html form?
Which cryptographic functions in php returns the longest hash value?
What is curl php?
Is empty check in php?
How to remove duplicate values from array using php?
What type of operation is needed when passing values through a form or an url?