I have been reading all of the posts about affiliate link cloaking and how the best option for affiliates using PPC is php redirects, but I am an idiot when it comes to technical stuff.
Say I have an affiliate dating site through azoogle. The theme of the page would be 'meeting hot girls'. The page is www.mysite.com/hotgirls. So I have content and then my affiliate links where I have them set up like this
<a href="http://AzoogleTracking?sub=hotgirls&azauxurl=99999></a>
A lot of people seemed to like this code below for affiliates using PPC.
<?
$offer = $_GET['offer'];
$type = $_GET['type'];
if ($offer == "Dating")
($jumplink= "http://www.mysite.com"
if ($offer == "Hot Girls")
($jumplink= http://www.mysite.com/hotgirl
header("Location: ".$jumplink."&sub=".type."");
?>
So I create a page link.php and put this code in there. What do you do to the affiliate links on www.mysite.com/hotgirls? Do I change anything with the links from link.php? Any and all help are greatly appreciated. Thanks a lot.
Say I have an affiliate dating site through azoogle. The theme of the page would be 'meeting hot girls'. The page is www.mysite.com/hotgirls. So I have content and then my affiliate links where I have them set up like this
<a href="http://AzoogleTracking?sub=hotgirls&azauxurl=99999></a>
A lot of people seemed to like this code below for affiliates using PPC.
<?
$offer = $_GET['offer'];
$type = $_GET['type'];
if ($offer == "Dating")
($jumplink= "http://www.mysite.com"

if ($offer == "Hot Girls")
($jumplink= http://www.mysite.com/hotgirl

header("Location: ".$jumplink."&sub=".type."");
?>
So I create a page link.php and put this code in there. What do you do to the affiliate links on www.mysite.com/hotgirls? Do I change anything with the links from link.php? Any and all help are greatly appreciated. Thanks a lot.