Welcome to the Monastery | |
PerlMonks |
Redirecting form data to external siteby fuzzyping (Chaplain) |
on Nov 21, 2003 at 06:14 UTC ( [id://308811]=perlquestion: print w/replies, xml ) | Need Help?? |
fuzzyping has asked for the wisdom of the Perl Monks concerning the following question:
I'm finishing up a simple registration form and am running into some difficulty handling a redirect. In my case, there is a final "submit" input that passes a hidden session value that is used to gather user data from the database. This non-sensitive data then requires two actions: 1) An email is generated to the "owner" with the contents of the "order". 2) The user is redirected to PayPal, along with a series of hidden form values. The first requirement is successful, but the second is causing errors. I've never attempted a redirect with CGI, much less one with hidden form values, so it's quite likely I'm screwing the pooch. In its current state, it results in the following Apache error: Here's the relevant sub. If anyone has any ideas, I'd love to hear them. Thanks!
-fp
Back to
Seekers of Perl Wisdom
|
|