Sir, I have following codes

$host="localhost";
$username="a6354924";
$password="123456";
$db_name="a6354924_abc"; 
$con=mysqli_connect($host, $username, $password,$db_name);

Database and error screen shots are attached.
Facing this error
Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user 'a6354924'@'localhost' (using password: YES) in /home/a6354924/public_html/includes/connectw.php on line 8

Please help

bb.png aa.png

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.