If you have access to CURL you could submit the form to an intermediate page that loops through the submitted ID's and sends post requests for each one. http://www.php.net/curl
Jonathon Smith -----Original Message----- From: steve miller [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 3:59 PM To: [email protected] Subject: Re: [wdvltalk] submit multiple forms Thanks Deb. I'll have to take a look at these, but I'm not sure they will work. I never know how many forms will have to be sent, as it depends on how many selections the user makes. Thanks, steve On Apr 12, 2006, at 2:05 PM, PBC Web Design wrote: > At 11:25 AM 4/12/2006, you wrote: >> Is there another way to do this; submit multiple forms from one >> script? The receiving application will not take a "get", only a >> "post". > > I recently had the same kind of issue come up - not for the same > reason as you but my client needed information from a form and also > the form had to go to her Mal's eCommerce cart. Mal's will not > process any results w/o their code which includes the price of each > item, therefore I could not set up the form to include both "sends" by > use of one "normal" script. I was told that I needed a separate form > processor script that would process these forms. > > I went on a hunt and found a few. One I would not recommend to my dog > because the tech support was soooooooooo poor. But I did find an use > this: http://www.phpforms.net/ for processing the information part of > the form. Then the final submit button directed the visitor to the > Mal's cart. So, basically what I wound up doing was to use two forms. > The one w/the info processes to the client and the final page which > contains the product selection goes to the Mal's cart. There is > another one that I found that I haven't had time to play with that > might help and that is: http://www.kbeesoftware.com/ and both of these > places have been very good w/tech support and Q&A sessions with me. > They are also both very reasonably priced in my opinion. > > If these don't do the trick for you, try searching at > http://www.hotscripts.com for your needs. That's how I found these. > > > :: Deb > :: http://www.puterbug.com > :: Professional Web Design, SEO > :: VPS Web Hosting Services > :: Offlist eMail: [EMAIL PROTECTED] > ____ . The WDVL Discussion List from WDVL.COM . ____ > To Join wdvltalk, Send An Email To: > mailto:[EMAIL PROTECTED] or > use the web interface > http://e-newsletters.internet.com/discussionlists.html/ > Send Your Posts To: [email protected] > To change subscription settings, add a password or view the web > interface: > http://intm-dl.sparklist.com/read/?forum=wdvltalk > > ________________ http://www.wdvl.com _______________________ > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > To unsubscribe via postal mail, please contact us at: > Jupitermedia Corp. > Attn: Discussion List Management > 475 Park Avenue South > New York, NY 10016 > > Please include the email address which you have been contacted with. > ____ . The WDVL Discussion List from WDVL.COM . ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: unknown lmsubst tag argument: '' To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. ____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
