|
$dbusername = "bblocations";
$dbpassword = "bbl0c@ti0n5";
$database = "bblocations";
$dbserver = "localhost";
mysql_connect($dbserver,$dbusername,$dbpassword) or die ("ERROR: Could not connect to the database");
@mysql_select_db($database) or die ("ERROR: Could not select the database");
?>
Select View:
|
|