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
How to read the entire file into a single string?
What are differences between PECL and PEAR?
What is $_ files in php?
What is a simple php method to make a cross domain data request?
What is the difference between static and dynamic websites?
What is string and its function?
What is the use of $_server and $_env?
What is slim framework?
What are php errors?
What is the difference between file_get_contents() and file_put_contents() in php?
Is php still relevant 2019?
Explain about require and include function?
What is difference between explode() or split() in PHP?
What is php session id?
How to create connection in php?