codice:$res = mysql_query("SELECT distinct Nome FROM tabella"); while( $row = mysql_fetch_assoc($res)) { $nomi[] = $row['Nome']; }
codice:$res = mysql_query("SELECT distinct Nome FROM tabella"); while( $row = mysql_fetch_assoc($res)) { $nomi[] = $row['Nome']; }
Il silenzio è spesso la cosa migliore. Pensa ... è gratis.