$result = mysql_query("SELECT count(*) FROM table");
$anzahl_1 = mysql_result($result,0);
Nö, mag er nicht. Da fehlt die letzte Null ;)
"You have an error in your SQL syntax near 'table' at line 1"
$result = mysql_query("SELECT count(*) FROM table");
$anzahl_1 = mysql_result($result,0);
Nö, mag er nicht. Da fehlt die letzte Null ;)
"You have an error in your SQL syntax near 'table' at line 1"