Learn how to hide your affiliate links
the name of the website is website named tinyurl. the offer the same service for free
and another method to write the code a bit easy
<?php
$togo = 0;
if (isset($_GET['thelink']))
$togo = intval($_GET['thelink'])
$links[] = "
http://www.link1.com";
$links[] = "
http://www.link2.com";
$thelink = $links[$togo];
header("location: $thelink");
?>
now you can add as more links when only need change a small part of the code