Hello!
I have always had problems with mysql-statements, I never can figure out what I do wrong, for example whats wrong with this code?:
$tmpWhitePlayer = mysql_query("SELECT nick from cheplayers WEHERE playerID = ".$whitePlayerID);
$WhitePlayer = mysql_result($tmpWhitePlayer, 0);
print $WhitePlayer;
This warning pops up:
The supplied argument is not a valid MySQL result resource...
Thanks for your time!
//erik