Liste déroulante (php/sql)
Résolu
Gwendo69
Messages postés
147
Date d'inscription
Statut
Membre
Dernière intervention
-
Gwendo69 Messages postés 147 Date d'inscription Statut Membre Dernière intervention -
Gwendo69 Messages postés 147 Date d'inscription Statut Membre Dernière intervention -
A voir également:
- Liste déroulante (php/sql)
- Liste déroulante excel - Guide
- Liste déroulante en cascade - Guide
- Liste déroulante google sheet - Accueil - Guide bureautique
- Liste code ascii - Guide
- Easy php - Télécharger - Divers Web & Internet
3 réponses
quelque chose comme cela :
<select name="choix"> <?php $result = mysql_query("SELECT id, intitule FROM table1 ORDER BY id;"); while ($ligne = mysql_fetch_assoc($result)){ extract($ligne); echo "<option id='$id'>$intitule</option>\n"; } ?> </select>
Salut, pour les listes déroulantes tu peux aller voir ici :
=>http://www.siteduzero.com/tutoriel-3-37795-creer-un-menu-horizontal-deroulant-en-css.html
=>http://www.siteduzero.com/tutoriel-3-37752-un-menu-de-navigation-en-liste-deroulante.html
=>http://www.page-web.com/tutorjs/liste.html
=>http://www.allhtml.com/articles/detail/319
=>(...)
=>http://www.siteduzero.com/tutoriel-3-37795-creer-un-menu-horizontal-deroulant-en-css.html
=>http://www.siteduzero.com/tutoriel-3-37752-un-menu-de-navigation-en-liste-deroulante.html
=>http://www.page-web.com/tutorjs/liste.html
=>http://www.allhtml.com/articles/detail/319
=>(...)