Aktualisieren ON/OFF Status

löl, gib mir auch einen, bin auch schon bischen übermüdet *g* (23 Sdt)

You have an error in your SQL syntax near 'where online = '1'' at line 1

geht immernochnicht
 
so kaffee und blick ins buch später:

tausch den where und group teil :-)
$erg = mysql_query("select count(online) from tfk_player where online = '1' group by online ",$db) or die(mysql_error());
 
Zurück