Skip to content

Instantly share code, notes, and snippets.

@tanrax
Created January 27, 2014 15:48
Show Gist options
  • Save tanrax/8650942 to your computer and use it in GitHub Desktop.
Save tanrax/8650942 to your computer and use it in GitHub Desktop.
PHP: Comprobar datos POST
<?php
if($_SERVER['REQUEST_METHOD'] == 'POST') {
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment