Skip to content

Instantly share code, notes, and snippets.

@arieffikhrie
Created November 1, 2016 04:52
Show Gist options
  • Save arieffikhrie/670b5a96b4b588be0dd8ddf293750157 to your computer and use it in GitHub Desktop.
Save arieffikhrie/670b5a96b4b588be0dd8ddf293750157 to your computer and use it in GitHub Desktop.
Check POST method
<?php
if ($_SERVER['REQUEST_METHOD'] === 'POST') {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment