Salve a tutti
Sto imparando php,vorrei fare una cosa.
Questo è una query php
Codice PHP:
$mysql mysql_query("SELECT * FROM utenti"); 
Questo è il codice html
codice HTML:
<div id = "utenti"><h1>Utenti</h1></div>
Come vedete nel codice html,vorrei che i risultati della query (SELECT * FROM utenti) fossero stampati nel tag <h1></h1>

Grazie