Just so you know I replied because some other guy replied about buying his ebook but it appears to have been removed.
<?php
//file go.php
$url = array (
"aff1" => "http://affiliate1.com",
"aff2" => "http://affiliate2.com",
"aff3" => "http://affiliate3.com"
);
header("location: " . $url[$_GET['id']]);
?>
<a href="go.php?id=aff1">aff1</a>