Home > General > Affiliate Marketing Forum

Programming Help ASAP... will hire if needed, last minute thing. (rotating landers) (4)


07-27-2012 12:00 AM #1 theguvna ()
Programming Help ASAP... will hire if needed, last minute thing. (rotating landers)

edit... think i got someone


07-27-2012 12:06 AM #2 theguvna ()

got someone thx


07-27-2012 12:29 AM #3 richardj (Member)

<?php

$lp1 = "landing-page1.php";
$lp2 = "landing-page2.php";

$nr=rand (0,1);

if($nr==0)
$url=$lp1;
else
$url=$lp2;

header("Location: $url");

?>

Put this ^^ in a .php file. Put your landing page URL's for "landing-page1.php" and "landing-page2.php".


07-27-2012 06:15 AM #4 tijn (Moderator)

http://stmforum.com/forum/showthread...light=weighted


Home > General > Affiliate Marketing Forum