fallo diventare:

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