I have checked with the versions for the sql and php and both hosting are working fine. I am just not sure why is the script not working. Below is the code thatI generated from p202. <?php
Redirect script don't work after switching hosting in prosper202
1
I have checked with the versions for the sql and php and both hosting are working fine. I am just not sure why is the script not working. Below is the code thatI generated from p202.
<?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);
?>
<?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);
?>
- David V
Next Topics on Trending Feed
-
1