כמו שאני אוהב:
PHP קוד:
<?php
$browser = get_browser(null, true);
if ($browser == "MOZILLA FIREFOX 3.5 GENKY") header("Location: http://www.firefox.com/");
else if ($browser == "EXPLORER") header("Location: http://www.explorer.com/");
else header("Location: http://www.explorer.com/");
?>