La tabella l'hai tu... vuol dire che ne hai uno solo -1 = 0
rispettivamente la somma degli utenti e l'ultimo utente:O conti tutto oppure conti singolarmente per utente.codice:SELECT count(*) as tot FROM phpbb_users WHERE username != 'ANONYMOUS' SELECT username FROM phpbb_users ORDER BY user_id DESC LIMIT 1