redirect problem
I wonder what could be the cause for that error.
<?php
if (isset($_COOKIE['tracking202outbound'])) {
$tracking202outbound = $_COOKIE['tracking202outbound'];
} else {
$tracking202outbound = 'http://prosper.seedingprofits.com/tracking202/redirect/lp.php?lpip=5425&pci='.$_COOKIE['tracking202pci'];
}
header('location: '.$tracking202outbound);
?>
-
Blakos -
Thanks - 1 reply
{{ DiscussionBoard.errors[8164656].message }}-
wilsonljx -
Thanks
SignatureDiscover How I Grow my Internet Business from Zero to $100,000 in 2 Years Time{{ DiscussionBoard.errors[8164889].message }} -
-