Aandy
Oct 27 2009, 10:37 PM
$DB_HOST = "";
$DB_NAME = "";
$DB_USER = "";
$DB_PASS = "";
What must i type in between the "". Especially what is the name of the Host. I don't know anything. Please help me.
Sorry for my bad English.
herb2006
Oct 27 2009, 11:22 PM
$DB_HOST = "localhost";
$DB_NAME = "";
$DB_USER = "";
$DB_PASS = "";
configration of the three items of $DB_NAME, $DB_USER, $DB_PASS,
you should go to Control Panel Home -> Free Web Hosting (login your subdomain here) -> MySQL Database Management, there you could creat $DB_NAME, $DB_USER, $DB_PASS.