Hi all,
Here is part of my script from form.php:
if($result)
header (\"Location: sales_cc.php?id=$pay_id\");
What i need it to do is get the value for pay_id so that when it goes to sales_cc.php?id= the $pay_id value is displayed. At the moment it always displays
sales_cc.php?id=0
in the URL.
Any ideas on how to fix this?
colin