Forum

> > Off Topic > Wie kann man die Anzahl der User feststellen?
Forums overviewOff Topic overviewLog in to reply

German Wie kann man die Anzahl der User feststellen?

1 reply
To the start Previous 1 Next To the start

old Re: Wie kann man die Anzahl der User feststellen?

bizzl
User Off Offline

Quote
MySQL
1
select count(*) from usertable;
Nehme mal an du musst dann die daten mit mysql_fetch_array rausziehen und das dann mal mit print_r ausgeben lassen um zu sehen welches element du genau abfragen musst.
To the start Previous 1 Next To the start
Log in to replyOff Topic overviewForums overview