Allo !
Voilà je vous explique
1) voilà c´est pour créé un account !
voilà le code pour s´inscrire
inscription.htm
< table width="80%"><tr><td>
< form method="post" action="inscription.php" onSubmit="return testform(this.name,this.lemail,this.comment)">
< input type="hidden" name="ajout" value="true">
< table cellspacing="0" cellpadding="0" style="border: 1px solid white;" height="288">
< tr>
< td width="130"><font color="#000000">Pseudo</font></td>
< td width="205"><font color="#000000">
< input name="pseudo" size="20">
< /font></td>
< /tr>
< tr>
< td width="130"><font color="#000000">Mod de passe</font></td>
< td width="205"><font color="#000000">
< input name="mdp" size="20">
< /font></td>
< /tr>
< tr>
< td colspan="2"><br>
< br> < input type="Submit" value="Valider"> < br>
< br> < /td>
< /tr>
< /table>
< /form>
< /td></tr></table>
2) inscription.php
< ?php
/ / on se connecte à MySQL
$db = mysql_connect(´localhost´,´root´);
/ / on séléctionne la base
mysql_select_db(´sloche´,$db);
mysql_query("INSERT INTO sloche VALUES(´$mdp´, ´$pseudo´)");
? >
bon voilà , le problème vient demysql_query("INSERT INTO sloche VALUES(´$mdp´, ´$pseudo´)"); je n´Est rien qui m´aide sur des sites ! Merci maider !