Hey,
i know this is not the right forum, but there is no other forum so i have to post it here..
any ways

i keep getting this error:
Code:
Access denied for user 'ODBC'@'localhost' (using password: NO)
But EVERYTHING is correct.. what might the problem be? thanks..
Code:
$con = @mysql_connect('localhost', 'root',  '*****');  
mysql_select_db('test',$con);
Password censored.