Hi There,
I have used this php script in the past on several web hosts and have had no problems.
Here it is
I save this as a php file. jump.php or whatever
<?
if ($link == "1"){$visit = "http://affiliatelink";}
if ($link == "2"){$visit = "http://affiliatelink";}
header("Location: $visit");
die();
?>
Replace affiliate link in database with:
jump.php?link=1
jump.php?link=2
It has worked fine when I upload the files to another web host but not when I use it where the site is now.
I have contacted my hosting company but because I have a VPS server I need to install ???? I have cpanel access but not sure what I would need.
Any help would be greatly appreciated.
Many thanks
Craig