Page 1 of 1

how to submit two form

Posted: Wed Sep 21, 2005 11:48 am
by rajan
please tell me how to submit two forms one by one in one web page.

Example: one is paypal form whose action is paypal site and second one is my own form to save data on database

Posted: Wed Sep 21, 2005 11:54 am
by feyd
Unfortunately, you can't really... as we said recently.. what you can do is have an intermediate page where your local saving takes place, which then does an automated (or user done) submission to PayPal. That's often the easiest way to do such a thing.

other ways including creating your own proxy to perform both behind the scenes, which overall, isn't fun.

Re: how to submit two form

Posted: Thu Sep 22, 2005 4:12 am
by n00b Saibot
rajan wrote:please tell me how to submit two forms one by one in one web page.

Example: one is paypal form whose action is paypal site and second one is my own form to save data on database
look at cURL