RE: DATABASE 06-14-2014, 01:33 PM
#10
Or try this:
I don't see any mistakes but since those weird characters are not commented hence the PHP interpreter might throw you an error on the execution.
Code:
/* Database Settings */
$dbtype = "mysql"; // Normally mysql
$host = "mysql.nazuka.net"; // This is normally set to localhost
$user = "u460071484_raji"; // MySQL username
$password = "**123456"; // MySQL password
$db = "u460071484_raji"; // MySQL database name
$dbprefix = "Reg_"; // Do not change unless you need to!I don't see any mistakes but since those weird characters are not commented hence the PHP interpreter might throw you an error on the execution.


![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)