L leedaman Junior Member Joined Sep 7, 2009 Messages 132 Reaction score 27 Jul 20, 2010 Thread Starter Thread Starter #2 no help?
C catchers Newbie Joined Aug 12, 2010 Messages 32 Reaction score 6 Aug 16, 2010 #3 try this: <?php $choice = rand(0,1); if($choice==0){header("Location: hxxp://yourhostdotcom/landingpage.html");} else {header("Location: hxxp://yourhostdotcom/fbpage.html");} ?>
try this: <?php $choice = rand(0,1); if($choice==0){header("Location: hxxp://yourhostdotcom/landingpage.html");} else {header("Location: hxxp://yourhostdotcom/fbpage.html");} ?>