Nabend =)
Wollte nur mal schnell fragen wo ich jetzt den Wert von count(id) herbekomme?
mfg Alex
Wollte nur mal schnell fragen wo ich jetzt den Wert von count(id) herbekomme?
PHP-Code:
$counter_forum = 0;
$query = "SELECT count(id) FROM forum_post";
$stat1 = mysql_query($query)or die(mysql_error());
Kommentar