I'm not much of a PHP programmer but I need to add 2 PHP tracking codes. Can I do it side-by-side? Here's an example of what I'm talking about. hxxp://cpanetwork.com/ki5555/&subid3=<?php echo $var; ?><?PHP echo $arid;?>
That would be passing one GET variable called subid3 with $var and $arid stuck together If you want the other variable to be called arid you'd need to do:- hxxp://cpanetwork.com/ki5555/&subid3=<?php echo $var; ?>&arid=<?PHP echo $arid;?>