I am trying to log some request in php. I just want to check it it is get or post.
$request_method = strtolower($_SERVER[\'REQUEST_METHOD\']); if($request_method