Start your All-Access Pass to unlock this challenge
What does the $_SERVER['REQUEST_METHOD'] check?
$_SERVER['REQUEST_METHOD']
If the request came from a form.
If the page was loaded via an HTTPS connection.
If a server is running.
The HTTP method used to request the page.