Skip to content

Instantly share code, notes, and snippets.

@taitokiss
Last active November 7, 2018 08:16
Show Gist options
  • Save taitokiss/937a607c89e67c7b49ac3e315ade62cb to your computer and use it in GitHub Desktop.
Save taitokiss/937a607c89e67c7b49ac3e315ade62cb to your computer and use it in GitHub Desktop.
URLパラメータの受け取り1
<?php
$id = $_GET['id'];
echo $id;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment