Php Check Server Request Method

[Solved] Php Check Server Request Method | Php - Code Explorer | yomemimo.com
Question : php server request method

Answered by : average-angelfish-d85femw2grbl

if ($_SERVER['REQUEST_METHOD'] === 'POST') { // The request is using the POST method
}

Source : https://stackoverflow.com/questions/359047/detecting-request-type-in-php-get-post-put-or-delete | Last Update : Fri, 09 Jul 21

Answers related to php check server request method

Code Explorer Popular Question For Php