Languages
[Edit]
EN

PHP - detect http request type in PHP (GET, POST, PUT, DELETE)

10 points
Created by:
Leen-Kerr
571

In this article, we would like to show you how to detect the request method in PHP.

Server request method parameter example

Edit

backend.php file:

Note: $_PUT and $_DELETES arrays are not supported in php it means php://input stream should be parsed.

ajax.htm file:

Note: ajax.htm and backend.php should be placed on php server both.

Result:

GET request method example in PHP
GET request method example in PHP - Google Chrome Developer Tools
POST request method example in PHP - Google Chrome Developer Tools
POST request method example in PHP - Google Chrome Developer Tools
PUT request method example in PHP - Google Chrome Developer Tools
PUT request method example in PHP - Google Chrome Developer Tools
DELETE request method example in PHP - Google Chrome Developer Tools
DELETE request method example in PHP - Google Chrome Developer Tools

References

Edit
  1. file_get_contents function - PHP Docs
  2. parse_str function - PHP Docs
  3. $_SERVER array - PHP Docs
  4. $_GET array - PHP Docs
  5. $_POST array - PHP Docs
  6. php://input stream - PHP Docs
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join