Php
loli
-
Kaldoran Messages postés 146 Statut Membre -
Kaldoran Messages postés 146 Statut Membre -
Bonjour,
je vait afficher une colonne de tableau base des donnees sur mon pages dynamique
<p align="justify" class="Style1 Style4 Style5">Sélèctionner un pays:</p>
<p align="justify" class="Style1 Style4 Style5"> </p>
<p align="center" class="Style1 Style4 Style5">pays
<select name="select" size="-"><option>France</option><option>Chine</option><option>Inde</option><option>Japon</option><option>Egypte</option><option>Etat-Unis</option>
<?php
mysql_connect("localhost", "root", "");
mysql_select_db("couleur");
$reponse = mysql_query ("SELECT * FROM chine);
while ($donnees = mysql_fetch_array($reponse))
{
<?php echo $donnees['blanc'];?>
}
mysql_close();
?></select>
je vait afficher une colonne de tableau base des donnees sur mon pages dynamique
<p align="justify" class="Style1 Style4 Style5">Sélèctionner un pays:</p>
<p align="justify" class="Style1 Style4 Style5"> </p>
<p align="center" class="Style1 Style4 Style5">pays
<select name="select" size="-"><option>France</option><option>Chine</option><option>Inde</option><option>Japon</option><option>Egypte</option><option>Etat-Unis</option>
<?php
mysql_connect("localhost", "root", "");
mysql_select_db("couleur");
$reponse = mysql_query ("SELECT * FROM chine);
while ($donnees = mysql_fetch_array($reponse))
{
<?php echo $donnees['blanc'];?>
}
mysql_close();
?></select>
A voir également:
- Php
- Easy php - Télécharger - Divers Web & Internet
- Expert php pinterest - Télécharger - Langages
- Retour à la ligne php ✓ - Forum PHP
- Alert php - Forum PHP
- Retour a la ligne php ✓ - Forum PHP