Skip to content

Instantly share code, notes, and snippets.

@taitokiss
Created November 7, 2018 08:18
Show Gist options
  • Save taitokiss/9bbe20c5d46a4418c8e2bd2d8aebdac6 to your computer and use it in GitHub Desktop.
Save taitokiss/9bbe20c5d46a4418c8e2bd2d8aebdac6 to your computer and use it in GitHub Desktop.
URLパラメータの受け取り3
<?php
$id = filter_input(INPUT_GET, 'id');
echo $id;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment