I need some help here I am trying to figure out to set a php file to go to different URLS based on the request it receives.
eg this code might make no sense at all
I want to code for 6 different referrers.
<?php
if (($_GET) != '097641342sjherjy')
{header.location 'URL'
}
?>
Can someone help me PLEEEEAAAASSEEEEE.