salut,
j'ai une table ou il ya 2 champs nom et valeur j'ai tous les nom dans une list deroulant
comment recuperer l'indice du nom selectionner par un $_post
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 echo '<SELECT name="nom" size="1">'; while ($row=mysql_fetch_array($result)) { echo"<option>$row[0]</option>"; $indice=$row[1] } echo"</SELECT>":
merci d'avance






Répondre avec citation
Partager