Hello all;
Im having a bit of a problem trying to access and work with two databases, both on the same server. I tried some of the examples listed in the PHP manual, but either it comes up saying no database selected, or it defaults with the last db open (enev if changed before the quiry by a "mysql_select_db("db1",$handle_db1);"
I wasnt sure if the fact the connects used the exact same perameters, so I made two sepeate users, but that didnt help. If I have to I can put all in the same database, but would much prefer to keep them seperate. Im fairly new at php, so any help would be greatly appreciated
thank you all