Detecting request type in PHP (GET, POST, PUT or DELETE)
Asked 07 September, 2021
Viewed 1.2K times
  • 56
Votes

How can I detect which request type was used (GET, POST, PUT or DELETE) in PHP?

13 Answer