This is the code:
header("Location: checkout/transactionCompleted.php?id=".$transactionId);
Then I use $_GET['id']
to get the value. So far so good.
Question: How can I do that by POSTING the variable instead and without using session??
Thanks,
George
I think that you have to fill such form, and then send it.