Dovrebbe essere così:

codice:
SELECT '$tbl_ut' as tabella, COUNT(*) as tot
from $tbl_ut
UNION
SELECT '$tbl_disc', COUNT(*)
from $tbl_disc
UNION
SELECT '$tbl_posts', COUNT(*)
from $tbl_posts
Solo che mi dà i risultati sfasati. Suppongo mi restituisca tre riga ora.. fammi provare