Err.. please replace 'Firefox' with 'MSIE'. :)On 5/16/06, Victor Trac <victor.trac@gmail.com> wrote:<?php
if ( strpos($_SERVER['HTTP_USER_AGENT'], 'Firefox') ) {
header("Location: http://domain.com/ie_only.php");
}
...
?>
Must have it run before any other HTML is outputted.
-Victor