Hi, does anyone know how to make multiple database connections to the same server without getting the same Resource-ID back from the "mysql_connect" ?
I´m trying to write an abstract database class. I want to be able to have different instances for every connection. For example one connection for session handling and another one for normal database interaction. But connecting to the same server (different database) a second time kinda overwrites my previos connection and gives back the same resource id. Thanks for help, Tom -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php