$num_rows = mysql_num_rows($result); echo '<select name="algun_nombre" onChange="showimage()">'; for($i=1; $i<=$num_rows; $i++){ echo '<option value="'.$i.'">"'.$i.'"</option>'; } echo '</select>';