Ernster Posted August 24, 2007 Share Posted August 24, 2007 I got 2 forms that submit data to 2 different databases I want to merge the forms into 1 but still work seperately. So 1 submit button but 2 different form methods, for example: <form method="post" action="http://www.url1.com> <form method="post" action="http://www.url2.com> However, both forms have name and email fields, but I want JUST 1 name and email field but I want the data to submit to the 2 seperate databases. So how can I do this, and what would I type. Im a PHP newbie. Please helpe me, thanks Quote Link to comment https://forums.phpfreaks.com/topic/66456-got-2-forms-and-want-to-merge-them-desperate-for-help/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.