Probleme php
Résolu
neo2099
Messages postés
164
Date d'inscription
Statut
Membre
Dernière intervention
-
neo2099 Messages postés 164 Date d'inscription Statut Membre Dernière intervention -
neo2099 Messages postés 164 Date d'inscription Statut Membre Dernière intervention -
Voila j'ai un petit probleme, je suis débutant en php et je n'arrive pas à le resoudre donc voici ma source :
<HTML>
<HEAD>
<STYLE type="text/css">
.graphe {
position: relative; /* IE hack */
width: 100px;
border: 1px solid #111111;
padding: 2px;
margin: 0 auto;
}
.graphe .barre {
display: block;
position: relative;
background: #111111;
text-align: center;
color: #FFF;
height: 1em;
line-height: 1em;
}
</STYLE>
</HEAD>
<BODY>
<?
$manga = 26;
$i = 0;
while($i != $manga)
{
echo 'Sorti de l'episode '.$i.'<br>';
echo '<div class="graphe">';
echo '<strong class="barre" style="width: 100%;">100%</strong>';
echo '</div>';
echo 'Episode en DL<br>';
echo '<div class="graphe">';
echo '<strong class="barre" style="width: 100%;">100%</strong>';
echo '</div>';
echo '<center>Déplacement de l'episode<br></center>';
echo '<div class="graphe">';
echo '<strong class="barre" style="width: 100%;">Non Disponible</strong>';
echo '</div>';
$i++;
}
?>
</BODY>
</HTML>
si quelqu'un pouvait m'aider svp
Ah oui voici donc le message d'erreur
Parse error: parse error, expecting `','' or `';'' in m:\easyphp1-8\www\prochainesorti\claymore.php on line 31
<HTML>
<HEAD>
<STYLE type="text/css">
.graphe {
position: relative; /* IE hack */
width: 100px;
border: 1px solid #111111;
padding: 2px;
margin: 0 auto;
}
.graphe .barre {
display: block;
position: relative;
background: #111111;
text-align: center;
color: #FFF;
height: 1em;
line-height: 1em;
}
</STYLE>
</HEAD>
<BODY>
<?
$manga = 26;
$i = 0;
while($i != $manga)
{
echo 'Sorti de l'episode '.$i.'<br>';
echo '<div class="graphe">';
echo '<strong class="barre" style="width: 100%;">100%</strong>';
echo '</div>';
echo 'Episode en DL<br>';
echo '<div class="graphe">';
echo '<strong class="barre" style="width: 100%;">100%</strong>';
echo '</div>';
echo '<center>Déplacement de l'episode<br></center>';
echo '<div class="graphe">';
echo '<strong class="barre" style="width: 100%;">Non Disponible</strong>';
echo '</div>';
$i++;
}
?>
</BODY>
</HTML>
si quelqu'un pouvait m'aider svp
Ah oui voici donc le message d'erreur
Parse error: parse error, expecting `','' or `';'' in m:\easyphp1-8\www\prochainesorti\claymore.php on line 31
A voir également:
- Probleme php
- Easy php - Télécharger - Divers Web & Internet
- Expert php pinterest - Télécharger - Langages
- Retour a la ligne php - Forum Webmastering
- Alert php - Forum PHP
- Retour a la ligne php ✓ - Forum PHP