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