Quote:
|
Originally Posted by blazin
not familiar with PHP myself but it looks to me like your not passing the name of the database. Shouldn't you be connecting to a particular db?
|
mysql_select_db($dbname) will come after mysql_connect() function... but why i'm geting that mysql error? why is trying to connect as root when i specify a username?
