How can I detect which request type was used(GET, POST, PUT or DELETE) in php?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
By using
For more details please see the documentation for the $_SERVER variable. |
|||||||||||||||||||||
|
|
REST in PHP can be done pretty simple. Create http://example.com/test.php (outlined below). Use this for REST calls, e.g. http://example.com/test.php/testing/123/hello. This works with Apache and Lighttpd out of the box, and no rewrite rules are needed.
|
|||||||
|