Find out HTTP method in PHP

Viewed 74157

How can I find out which method (usually GET or POST) is used for the current request?

2 Answers
Related