éssai sa :
Code PHP :
<?php
mysql_query("INSERT INTO membres
VALUES('',
'".$_POST['id']."',
'".$_POST['login']."',
'".$_POST['pass']."',
'".$_POST['url']."',
'".$_POST['jour']."',
'".$_POST['mois']."',
'".$_POST['annees']."',
'".$_POST['date']."',
'".$_POST['prenom']."',
'".$_POST['nom']."',
'".$_POST['departement']."',
'".$_POST['race']."',
'".$_POST['conditions']."')")or die(mysql_error());
//moi je met pas l'id mais bon, puisque tu l'a mit...
<<Injection SQL (s Xenos)>>