par
Ekin0x » 29 oct. 2012, 11:21
Bonjour, j'ai cette erreur avec mon PHP, moi je trouve aucune erreur de syntaxe, voici l'erreur:
Parse error: syntax error, unexpected T_VARIABLE in /home/craft2bu/public_html/index.php on line 13
Et voici la ligne 13:
if(mysql_query("INSERT INTO".$Mysql['table']." (username, password, mail) VALUES ('".$_POST['username']."', '".sha1($_POST['password'])."', '"$_POST['mail']."")) echo 'Enregistré!';
Voila,
Merci d'avance.
Bonjour, j'ai cette erreur avec mon PHP, moi je trouve aucune erreur de syntaxe, voici l'erreur:
Parse error: syntax error, unexpected T_VARIABLE in /home/craft2bu/public_html/index.php on line 13
Et voici la ligne 13:
if(mysql_query("INSERT INTO".$Mysql['table']." (username, password, mail) VALUES ('".$_POST['username']."', '".sha1($_POST['password'])."', '"$_POST['mail']."")) echo 'Enregistré!';
Voila,
Merci d'avance.