Could not connect to the $dbname database. Please ensure the MySQL server is running. If this is the first time you have used $appname, please consult the INSTALL file included in the distribution. "; exit(); } $db = @mysqli_connect("localhost",$username,$dbpass,$dbname); if (mysqli_errno($db)) { dberrmsg($dbname); } ?>