On May 16, 2006, at 1:28 PM, Victor Trac wrote:
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
LOL Thank you Victor