Thanks for the thanks guys, useful stuff is always nice eh?

(Keep gratiuty in store for ionic as well though, he initiated this stuff here)
Which brings me to correct my first post in this thread, can't believe how sloppy I was with the code hehe:
If You wanna go the PHP route, the way I suggested, I missed an important semicolon.. so here we go again, fully correct this time:
Code:
<?php
$path = 'http://www.YourSponsor.com/?affiliate=You&site=NastySite';
header('Location: ' . $path);
?>
(Semicolons are needed at the end of pretty much each instruction line in PHP)