Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
|
Assuming you have access to both servers you can send form data on server 1 to the database on server 2. When you're connecting to any database you'll need to provide some information (username, password, database name, and server). When the database is located on the same server as the file connecting to it the server you use to connect is often referred to as localhost. If you want to connect to a database on a different server you'll need to supply the path to that server instead.
I'm not sure if there are any extra security issues to be aware of. Hopefully someone behind me will be able to answer that question.
|