Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/06/2006, 17:29
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 21 años, 11 meses
Puntos: 7
haz algo asi

<select name=tuselect>
<?php
$sqry="Select campoclave,descripcion from tabla order by...";
$iqry=mysql_query($sqry);
$i=0;
$j=mysql_num_rows($iqry);
while ($i<$j) {
echo "<option value='".mysql_result($iqry,$i,0)."'>".mysql_resul t($iqry,$i,1)."</option>";
$i++;
}
?>
</select>
__________________
No tengo firma ahora... :(