11-05-2011, 11:52 PM
why not a simple:
$mysql = array(
host => "localhost",
db => "newproject_db_auth",
user => "root",
pass => ""
);
?
Simple? The database is already set in the query. My setup is simpler then adding the database to the array.
