Tema: desplegable
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/08/2003, 02:58
Avatar de Cain
Cain
 
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 3 meses
Puntos: 17
Haciendo un 'output' dentro de un select.

Ejemplo para MySQL:
Código PHP:
<?
echo "<select name=\"lala\">";
while (
$row mysql_fetch_row($resultats)) {
echo 
"<option value=\"$row[0]\">$row[1]</option>";
}
echo 
"</select>";
?>
__________________
M a l d i t o F r i k i