do not start variables with numbers.
$host='localhost';
$username='myhotspot_crazy';
$password='159995';
$db='myhotspot_lol';
$dbconn = @mysql_connect($host,$username,$password) or exit("SERVER Unavailable");
@mysql_select_db($db,$dbconn) or exit("DB Unavailable");