I need a coder to look over this. I'm trying out this php rotator and attempting to pass my sub ids through to the network but I'm not seeing them in my reports.. I've tried this with a few networks and I'm not seeing anything.. Fyi, I am making sure to view "all traffic" and not just "qualified traffic"
this is the code:
^courtesy of Adtrepreneur
the syntax I'm using is mydomain.com/index.php?sub=test
the subid of 'test' isn't passing.. I'm seeing clicks show up but blank subid's
this is the code:
Code:
<?php
$sid = $_GET["sub"];
$domains = array(
'afflink.com/index.whateverblahblah&sid=',
'afflink.com/index.whateverblahblah&sid=',
'afflink.com/index.whateverblahblah&sid=',
);
header("Location: ".$domains[rand(0,2)].$sid);
?>
the syntax I'm using is mydomain.com/index.php?sub=test
the subid of 'test' isn't passing.. I'm seeing clicks show up but blank subid's