Codice PHP:$nomi_img = mysql_query ("SELECT nome FROM immagini WHERE id_dati = '$id_dati' ");
while ($row = mysql_fetch_assoc($nomi_img) ) {
echo $row['nome'].'
';
}
Codice PHP:$nomi_img = mysql_query ("SELECT nome FROM immagini WHERE id_dati = '$id_dati' ");
while ($row = mysql_fetch_assoc($nomi_img) ) {
echo $row['nome'].'
';
}