View Single Post
Old 03-22-2008, 11:09 AM  
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Montreal, Quebec
Posts: 29,682
Quote:
Originally Posted by Kard63 View Post
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
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....

Last edited by directfiesta; 03-22-2008 at 11:10 AM..
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote