Code:
<?php
/** * Place in a blank PHP page * **/
// Change to the URL you want to redirect to
if ($r==1) {
$URL="https://www.ezinfocenter.com/MySFIid.999/FREE";
} elseif ($r==2) {
$URL="https://www.ezinfocenter.com/MySFIid.999/GD";
} elseif ($r==3) {
$URL="https://www.ezinfocenter.com/MySFIid.999/IAHBE";
} elseif ($r==4) {
$URL="https://www.ezinfocenter.com/MySFIid.999/VCL";
} elseif ($r==5) {
$URL="https://www.ezinfocenter.com/MySFIid.999/VNU";
} elseif ($r==6) {
$URL="https://www.ezinfocenter.com/MySFIid.999/Department.vstore?id=190";
} else {
$URL="https://www.ezinfocenter.com/MySFIid.999/";
}
header ("Location: $URL");
exit();
?>
Bookmarks