Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/07/2005, 06:39
Mikelon85
 
Fecha de Ingreso: diciembre-2002
Ubicación: bilbao
Mensajes: 345
Antigüedad: 21 años, 4 meses
Puntos: 3
sorry:

<?php
echo "<select name=segell>";
$resultat = mysql_query("SELECT nom FROM segells");
while ($seleccion_columna = mysql_fetch_array($resultat,MYSQL_BOTH))
{
$columna_si = $seleccion_columna["nom"];
echo "<option value='$columna_si'>" . $columna_si . "</option>";
}
echo "</select>";
?>
__________________
aste nagusia