Aggiungi utente riga(); $query = "SELECT id, utente, admin, creazione, modifica, ultimo, attivo FROM utenti ORDER BY utente"; $res = mysql_query( $query, $DB_ID ); while ($dato = mysql_fetch_array ( $res )) { $query = "SELECT sessione FROM accessi_utenti WHERE utente = '".$dato['utente']."' GROUP BY sessione"; $resutente = mysql_query( $query, $DB_ID ); $records = mysql_num_rows($resutente); ?> Utente attivo Utente non attivo Proprieta' Admin Utente Utente Creazione Ultima Modifica Ultimo accesso Numero accessi Gestione regole Grafico Utilizzo riga(); } $tabella->close(); view_footer(); ?>