HI, can i connect to 2 differents databases in one PHP page???? Should I connect to both of them and everytime I want to use one of them I shoul select the wanted one ???
Thnaks.
Hi,
no it's more simplier than that.
look here for a full example :
http://www.devshed.com/Server_Side/MySQL/Remote/page3.html
Hervé.
is this works even if the databases are one mysql(destination) and the second is mssql(source)????
YES 🙂 !
Because you get a link identifier using either mysql_connect() or mssql_connect() .
thanks 🙂 now i have motivation, i will go through it, and i will tell u later if i faced any problem(s).