|
what's the best way to use multiple dbs php/mysql
i need to access 2 different mysql databases on the same server.
i've tried mysql_select($db);
but it doesn't seem to work. does anyone know the best way to switch between db's multiple times in 1 script?
|