Moin,
Joa irgendwie hab ich nen Fehler bei meinem PHP code, sehe den aber nicht.
Das is die Fehlermeldung:
MySQL-Fehler:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
MySQL-Fehler-Nummer:
1064
Code:
Ich hoffe ihr könnt mir helfen )
Joa irgendwie hab ich nen Fehler bei meinem PHP code, sehe den aber nicht.
Das is die Fehlermeldung:
MySQL-Fehler:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
MySQL-Fehler-Nummer:
1064
Code:
PHP-Code:
$db->query("INSERT INTO ".$prefix."users ( name, pass, mail ) values ( '".$_POST['name']."', '".md5((stripslashes($_POST['pass'])))."', '".$_POST['mail']."', )");
$this_user['user_id'] = mysql_insert_id();
header('location:user.php?action=search'.$sid_code);
Ich hoffe ihr könnt mir helfen )
Kommentar