Skip to content

Instantly share code, notes, and snippets.

@apphp-snippets
Created May 20, 2012 20:44
Show Gist options
  • Save apphp-snippets/2759466 to your computer and use it in GitHub Desktop.
Save apphp-snippets/2759466 to your computer and use it in GitHub Desktop.
<?php
/* Source: http://www.apphp.com/index.php?snippet=php-get-remote-ip-address */
$useragent = $_SERVER['HTTP_USER_AGENT'];
echo "<b>Your User Agent is</b>: ".$useragent;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment