![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
01/06/2005, 11:45
|
![Avatar de magoote](http://static.forosdelweb.com/customavatars/avatar71875_1.gif) | | | Fecha de Ingreso: agosto-2004 Ubicación: Patagonia - Argentina
Mensajes: 187
Antigüedad: 20 años, 5 meses Puntos: 0 | |
<select name="unidad" id="unidad">
<option value="0" selected>Seleccione la unidad respondiente</option>
<?php
while($row=mysql_fetch_array($maquinas))
{echo '<option value="'.$row['id_maq'].'">'.$row['nombre'].'</option>';
}
mysql_free_result($maquinas)
?>
</select>
Última edición por magoote; 01/06/2005 a las 11:47
Razón: error
|