Quote:
Originally Posted by Mike Semen
Care to share how you do it then?

|
Take the above PHP code, modify it like this:
Code:
<?php
$path = 'http://www.YourSponsor.com/?affiliate=You&site=NastySite'
header('Location: ' . $path);
?>
Then rename the PHP file to YourSponsor-NastySite.php ...
... and keep one PHP file like this for each site promoted in a central directory, like /links, and call them accordingly
Doesn't cut out PHP usage... but it'll save some cycles ;)