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);
|