Published
- 1 min read
php server request method
The solution for this is noted below
php server request method
Solution
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
// The request is using the POST method
}
Try other methods by searching on the site. That is if this doesn’t work