04.08.2011, 16:02
Is it possible to connect 2 databases ( in the GM)? database 1 = accounts, database 2 = bans.
mysql_connect("123.456.789", "DB1", "AA");
mysql_connect("123.456.789", "DB2", "BB");
With the php I believe it's possible. Thx.
mysql_connect("123.456.789", "DB1", "AA");
mysql_connect("123.456.789", "DB2", "BB");
With the php I believe it's possible. Thx.