the mysql name i am using is the one from the user i made for mysql wizard,also the password.
just like this:
$db = mysql_connect("localhost", "name_user", "password")
until here, everything is fine. But when i added this line of code in the php file...