|
Hi,
How to connect to two databases simultaneously from 2 different server?
E.g.
I have established a connection to db1, while on 'while loop' a certain field needs to access data from db2 from different server. How this would be implemented, using MySQL and PHP?
Stringx
|