Forums
This topic is locked
Post info to 2 places with one "Submit"
24 May 2003 18:01:14 jon lane posted:
I have 5-step (5 php docs--or they could be ASP) application process where info from page1.php is passed as session variables to page2.php, etc, till on Submit of the form on page5.php, info is passed via Method="POST" Action="MailIt.php"That works fine. When Submit button on form on page1 is clicked, I want to ALSO pass the form data from this page to some other location, such as another server-side form handler, while simultaneously passing parameters to page2.php.
I'm using DWMX
Thanks for any suggestions!