Sur mon site j'ai utilisé ce code lorsque je désire m'identifier, en fait çà appel une autre page web, enfin bref, j'ai un message d'erreur qui apparait :
Parse error: parse error in ~~/inscription.php on line 9~
voici le code inscription.php, je vois pas où il y a une erreur à la ligne 9
si quelqu'un peut m'aider?
Code :
- <html>
- <body bgcolor="000000">
- <table width="100%" height="100%">
- <tr>
- <td align="center" valign="center">
- <?
- echo "<font color='red' face='Aria'">$error";
- ?>
- <form action="inscriptionmysql.php" method="post">
- <font color="ffcc00" face="Arial">login : <input type='text' name='pseudo' style='WIDTH:110; TEXT-ALIGN=left;'><br>
- pw : <input type='password' name='password' style='WIDTH:110; TEXT-ALIGN=left;'><br>
- email : <input type='text' name='email' style='WIDTH:110; TEXT-ALIGN=left;'><br>
- <font color="ffcc00" face="Arial">by <a href="dipvador@aol.fr"><font color="ffcc00" face="Arial">sl0b</a> www.team-extent.clan.st</font>
- </td>
- </tr></form>
- </body>
- </html>
|