I started to respond to this but stopped becuase I didn't understand why you
needed to split into two data streams.  Seems to me you can simply pass the
information onto sequential scripts either in the GET string using
header("Location:?") or POST with an open socket connection or Javascript.
I guess I really don't see what the problem is.
-Kevin

----- Original Message -----
From: "Henry" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 01, 2002 2:34 PM
Subject: [PHP] Re: submitting a form to multiple places!!!


> No takers?
>
> Is this such a difficult problem?
>
> Please help.
>
> Henry
>
> "Henry" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hi All,
> >
> > I have a problem that I hope you can help me with.
> >
> > I'm using a third party shopping cart solution which is quite frankly
> naff.
> > They bundle some autoresponders with it. Unfortunately the
autoresponders
> do
> > not work!.  I want to find a temporary solution  to this. The easiest
way
> > would be to allow a form to be submitted to more than one place!
> >
> > Basically I would lke to have an intermediate php page that will submit
> the
> > details (submitted to it) to two other pages and then follow the
response
> of
> > one of those other pages (the primary page). That way I can insert a
> > different autoresponder handling system into the submission process but
> > continue to use the shopping carts pages for the time being.
> >
> > Any suggestions?
> >
> > Henry
> >
> >
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to