Redirect for Mac/Chrome users

nwmnwm

New member
Jun 18, 2008
84
0
0
Looking to promote a PlaySushi or GameVance offer and am looking for ideas on where to send Mac and Chrome users.

Any suggestions would be appreciated.

Here are some tits for your troubles.
pure_dee_big_tits.jpg
 


Since I'm in a good mood because I'm in Vegas...

Code:
<?php

$ieurl = "http://link.for.ie";
$ffurl = "http://link.for.ff";
$elseurl = "http://link.for.other";

if ($name = strstr ($HTTP_USER_AGENT, "MSIE"))
{
   Header ("Location: $ieurl");
}
else if ( strpos($_SERVER['HTTP_USER_AGENT'], 'Firefox') )
{
   Header ("Location: $ffurl");
}
else
{
   Header ("Location: $elseurl");
}
?>

I usually send them to game related email submits.