Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

140
Vistas
Seleccionar opción con texto de entrada

Intento usar el texto de entrada para la opción de selección y encontré este script de google

 <input type="text" list="airports" name="airports"> <datalist id="airports"> <option value="Berlin"> <option value="Los Angeles"> <option value="Moscow"> <option value="Paris"> </datalist> <input type="submit" value="confirm">

Aquí mi guión antes:

 <?php $first="select * from members"; $two=mysql_query($first)or die("You Die!"); ?> <select> <? while($three=mysql_fetch_array($two)){ ?> <option value=<? echo $three['firstname'];?><? echo $three['firstname'];?></option> <? } ?> </select>

Cuando los combino:

 <?php $first="select * from members"; $two=mysql_query($first)or die("You Die!"); ?> <select> <input type="text" list="firstname" name="firstname"> <datalist id="firstname"> <? while($three=mysql_fetch_array($two)){ ?> <option value=<? echo $three['firstname'];?>><? echo $three['firstname'];?></option> <? } ?> </datalist> </select>

no funciona t_t"

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

prueba esto:

 <?php $first="select * from members"; $two=mysql_query($first)or die("You Die!"); ?> <select> <input type="text" list="firstname" name="firstname"> <datalist id="firstname"> <? while($three=mysql_fetch_array($two)){ ?> <option value="<? echo $three['firstname'];?>"> <? } ?> </datalist> </select>
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda