Ok I can get it to error, (I know why), and I can get it to display MY error message, but not mySQLs. Help?
$place = @mysql_query("SELECT access FROM admins WHERE username='$username'") or die("Couldn't Query: " . mysql_error($connect));
$access = @mysql_fetch_array($place) or die("Couldn't Array: " . mysql_error($connect));