Is it possible to check the referrer against say an array?
so if the array was:
$parnters = array("http://www.yahoo.com","http://www.google.com);
Would it be possible so that if they did equal then it would set $partner_code = "yes" ?
Thanks a lot
Ben