my settings is correct but how come i still get a cannot connect to database please help me
<?php
$dbhost="localhost"; #SQL Database Hostname (Most is: localhost)
$dbusername="syunukiy_root"; #SQL Username
$dbpassword="******"; #SQL Password
$dbname="syunukiy_escadb"; #SQL Database Name
#for support please email me: m@maaking.com
// Don't touch here anything.
// Connect to Mysql
$connect = mysql_connect($dbhost, $dbusername, $dbpassword);
//Select the correct database.
$db = mysql_select_db($dbname,$connect) or die ("Could not select database");
?>
Edit:
please close already done
<?php
$dbhost="localhost"; #SQL Database Hostname (Most is: localhost)
$dbusername="syunukiy_root"; #SQL Username
$dbpassword="******"; #SQL Password
$dbname="syunukiy_escadb"; #SQL Database Name
#for support please email me: m@maaking.com
// Don't touch here anything.
// Connect to Mysql
$connect = mysql_connect($dbhost, $dbusername, $dbpassword);
//Select the correct database.
$db = mysql_select_db($dbname,$connect) or die ("Could not select database");
?>
Edit:
please close already done
Last edited: