Skip to content

Instantly share code, notes, and snippets.

@philippbosch
Created May 19, 2010 15:05
Show Gist options
  • Save philippbosch/406391 to your computer and use it in GitHub Desktop.
Save philippbosch/406391 to your computer and use it in GitHub Desktop.
<?php
if (preg_match('/Mobile/', $_SERVER['HTTP_USER_AGENT'])) {
header('Location: iphone.html');
exit;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment