$dbhost = 'sql5c6a.megasqlservers.com';
$dbusername = 'foowaterco177299';
$dbpasswd = 'database';
$database_name = 'phpmy1_foowater_com';
/* Database Stuff, do not modify below this line */
$connection = mysql_connect("$dbhost","$dbusername","$dbpasswd")
or die ("There was a problem connecting to the database. If this persists, contact the webmaster.");
$db = mysql_select_db("$database_name", $connection)
or die("There was a problem selecting the proper database. If this persists, contact the webmaster.");
?>