On Thu, 29 Jul 2004, Skippy wrote:

ATTENTION: if you receive the PayPal data by POST be sure to redirect
using "303 See Other", which will "deactivate" the POST and force the
redirect to use GET. Of course, forwarding any data to the 2nd script
should be done as GET parameters.

I stuck phpinfo() in my script that PayPal calls after the transaction, and I'm getting both _REQUEST[] as well as _POST[] values. All the values are the same for both variable, but they're there:

        _REQUEST["payment_gross"] = "20.00"
        ... several other _REQUEST variables ...
        _POST["payment_gross"] = "20.00"
        .. some more _POST variables that match the _REQUEST ones above


-- L | I haven't lost my mind; it's backed up on tape somewhere. +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave. #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to