Re: [PHP] submitting a form to multiple places!!!

2002-10-02 Thread olinux
If you need something more complex look into CURL as suggested earlier http://curl.haxx.se/ http://www.php.net/curl olinux --- olinux <[EMAIL PROTECTED]> wrote: > Here's what I do. > > We have an outsourced email newsletter management > system that accepts GET method - so I just use > fopen()

Re: [PHP] submitting a form to multiple places!!!

2002-10-02 Thread olinux
Here's what I do. We have an outsourced email newsletter management system that accepts GET method - so I just use fopen() to send the data to our list management system and then drop the information into a database on our server. $form1_submit_url = 'http://www.whatever.com/page.htm?something=

Re: [PHP] submitting a form to multiple places!!!

2002-10-01 Thread Justin French
Don't think it can be done... at least not the way you describe. *maybe* it can be done with javascript, but I'd try to do it this way: 1. user completes form, clicks submit 2. your scripts don't send any output to the browser (ie, it's not a page, it's a script), generate the auto-responders, w