Einzelnen Beitrag anzeigen
Alt 27.05.2002, 15:12   #53
creibl
Veteran
 
Registriert seit: 24.04.2002
Beiträge: 278


Standard

Wenn ich es so mache bekomme ich folgende Meldung zurück:

Supplied argument is not a valid MySQL result resource in.... Line 73
Supplied argument is not a valid MySQL result resource in.... Line 81

Zeile 73
$result=mysql_fetch_row(mysql_query("select count (*) from spalte"));

bzw. 81
$rows = mysql_num_rows($result);
creibl ist offline   Mit Zitat antworten