Quote:
Originally Posted by Sam Granger
and maybe make exit to this:
exit();
|
cool it worked. what if I need to have a URL at the end of the redirect. code below, but i know it's wrong:
<?php
header('location:http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=98956-0000&PA='. $id'&HTML=http://www.site.com);
exit();
?>