hmm prova così

Codice PHP:
$res mysql_query("SELECT distinct(autore) as autore FROM tables");
while (
$row mysql_fetch_array($res)) 
   echo
"<option value=\"$row[autore]\">$row[autore]</option>"