Moin,
$result = mysql_query("SELECT count(*) FROM table");
$anzahl_1 = mysql_result($result,0);Nö, mag er nicht. Da fehlt die letzte Null ;)
Nein fehlt sie nicht. Das dritte Argument von mysql_result() ist ausdrücklich optional.
"You have an error in your SQL syntax near 'table' at line 1"
Diese Meldung kommt offensichtlich vom SQL-Interpreter, nicht von PHP. Sie sagt dass in deiner SQL-Anweisung etwas nicht in Ordnung sei. (table existiert nicht, vermutlich.)
--
Henryk Plötz
Grüße aus Berlin
~~~~~~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~~~~~~
~~ Help Microsoft fight software piracy: Give Linux to a friend today! ~~
Henryk Plötz
Grüße aus Berlin
~~~~~~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~~~~~~
~~ Help Microsoft fight software piracy: Give Linux to a friend today! ~~