Ver original<?phpwhile($row = mysql_fetch_object($sql)){$variable=$row->nombres;echo "<option value=".$variable.">".$variable."</option> \n";} ?>