Whats Wrong with the Line

 
$100250result = mysql_query("SELECT * FROM waiting_list WHERE player_game='1' ORDER BY player_id ASC") or die("Error querying database");

This line is causing the browser to return a Parse error:

Parse error: parse error, unexpected T_LNUMBER, expecting T_VARIABLE or ‘$’ in C:\Program Files\EasyPHP\www\poker\waiting_lists.php on line 24

I know it’s probable something simple, but I just can’t see it.

Thanks in advance,

THEfish.