prova così:

Codice PHP:
while ($riga mysql_fetch_assoc($ris))
{
echo 
'<option value="'.$riga['nomep'].'">';
$riga=mysql_fetch_array($ris);