Quote:
Originally Posted by Kard63
Is there a way to use php ?
|
PHP Code:
<?PHP
if ($o == "l1") {$link = "http://www.sponsor.com/id/youref";} // Default link
if ($o == "l2") {$link = "http://www.yahoo.com";}
if ($o == "l3") {$link = "http://forums.digitalpoint.com";}
if ($o == "l4") {$link = "http://blog.findinforums.com";}
header("Location: $link"); // Jump to the hiddden affiliate URL above
exit();
?>
linking : links.php?o=l3