Forum Moderators: coopster
header("Location: [target.com");...]
Thanks,
if(!strstr($_SERVER['HTTP_USER_AGENT'],"Googlebot")) { header('location.php');}
Nick
I wrote a function for this that includes other SE's aswell but I'm damned if I can find it... UKGimp may have the link..?
stristr [ca.php.net] for a case insensitive search, that would fix that problem.
msg15