IP Nome
riga(); $query = " SELECT id, data, attivo, ip, nome FROM firewall_macchine_ext ORDER BY INET_ATON(ip) ASC "; $res = mysql_query( $query, $DB_ID ); while ($dato = mysql_fetch_array ( $res )) { ?> IP attivo IP non attivo IP Nome Ultima Modifica riga (); } $tabella->close(); view_footer(); ?>