![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
10/06/2006, 17:29
|
![Avatar de Mickel](http://static.forosdelweb.com/customavatars/avatar20289_2.gif) | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 8 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... :( |