Forum Moderators: coopster
header("Location: " . $action, FALSE, 302);
...I have the form pointing to a PHP script that does the database stuff and ...
I need to record the order data before sending the user off to PayPal because once he's there, his browser may never come back to the website. The callback I mentioned comes from PayPal, not the user.