Is it possible to write data from one form into two databases - using just one submit button? Thanks in advance.
In your php code you'll need to make two connections to the two different databases and send the query to both. One form, a few extra lines of code. You may need to disconnect from the first database before connecting to the second.
-Chris