Tema: Help!!!
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/11/2005, 10:09
tattojk
 
Fecha de Ingreso: febrero-2005
Mensajes: 673
Antigüedad: 19 años, 2 meses
Puntos: 2
Exclamación Prueba de esta forma

<SELECT name="cod_provincia" size="1" maxlength = "20">
<? include_once("coneccion.php");
$sqltext="select codigo from provincias";
$rid = ifx_query($sqltext,$variabledeconexion);
while ($row = ifx_fetch_row ($rid))
{
echo "<OPTION VALUE = 0>".$row['NombreCampo']."</OPTION>";
}
?>
</SELECT></TH>

Me cuentas si te funciona.

A mi me ha funcionado, tambien trabajo con informix