Skip to content

Instantly share code, notes, and snippets.

@drunkensouljah
Created March 1, 2015 11:33
Show Gist options
  • Select an option

  • Save drunkensouljah/abdd21b60a775a14125f to your computer and use it in GitHub Desktop.

Select an option

Save drunkensouljah/abdd21b60a775a14125f to your computer and use it in GitHub Desktop.
Check IP
<?php
$ip = $_SERVER["REMOTE_ADDR"];
echo "$ip";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment