View Single Post
Old 06-02-2008, 04:18 AM  
Shaze
Confirmed User
 
Join Date: Oct 2003
Location: Cyberspace
Posts: 2,662
PHP Gurus, fix this simple code

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
Shaze is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote