One solution is to depend upon your defaults in "/usr/local/lib/php.ini" . Then just call mysql_connect() with no arguments or just call mysql_db_query with out the connection parameter and PHP will connect for you. If you are connecting to different MySQL servers this solution is not appropriate.
mysql.default_host = localhost mysql.default_user = MySQLUsername mysql.default_password = MySQLPassword -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]