Getting error in coding PHP [closed]

$link = mysql_connect($db_host,$db_username, /* PASSWORD HERE */);

You need to assign a password for the mysql connection.

Leave a Comment