I'm doing a redirect in a php file, but having a problem with how to display the id at the end of the URL. Basically where it says "echo $id". What's the correct code for this?
<?php
header("location:
http://refer.ccbill.com/cgi-bin/clic...6-0000&PA=echo $id");
exit;
?>
thanks in advance