Does'nt say could not connect. This is a new one for me.
Don't know what to submit other than
<?php
$MySqlHostname = "mysql1.000webhost.com"; //the name of your host - if its local leave it as is.
$MySqlUsername = "a8271678_unet7c3"; //the username to your database.
$MySqlPassword = "pw"; //the password to your database.
$MySqlDatabase = "a8271678_lor543vi"; //the name of your database.
// do not edit below this line!!
///////////////////////////////////////////////////////////////////////
$dblink=MYSQL_CONNECT($MySqlHostname, $MySqlUsername, $MySqlPassword) or die("Could not connect to database");
@mysql_select_db("$MySqlDatabase") or die( "Could not select database");
?>
password modified
Thanks,
L-D