Skip to content

Instantly share code, notes, and snippets.

@pjhoberman
Created January 6, 2011 17:59
Show Gist options
  • Save pjhoberman/768266 to your computer and use it in GitHub Desktop.
Save pjhoberman/768266 to your computer and use it in GitHub Desktop.
<?php
echo $_SERVER['HTTP_USER_AGENT'] . "\n\n";
echo '<pre>';
$browser = get_browser(null, true);
print_r($browser);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment