Answers for "get http method php"

PHP
2

get http method php

if ($_SERVER['REQUEST_METHOD'] === 'POST') {
     // The request is using the POST method
}
Posted by: Guest on July-03-2020

Browse Popular Code Answers by Language