01.05.2013, 20:14
Yes, you just need to make sure you're keeping the database connection ID's different.
So, doing dataHandle1 = mysql_connect(...); and dataHandle2 = mysql_connect(...); will connect to two different things.
So, doing dataHandle1 = mysql_connect(...); and dataHandle2 = mysql_connect(...); will connect to two different things.