Is it possible with PHP to connect to say 3 different machines with 3 different database types.
Scenario:
A download site, with 1 realtime server and 2 backup servers, each with different types of database. I need to transfer the data from the realtime server to the backup servers via PHP...
Is this all possible? Or is some kind of bridge needed?