mitch_byu_kennen
Erfahrenes Mitglied
hallo,
schon wieder ein Problem...hier ist der Quelltext:
<html>
<body>
<?php
include('config.php');
$name=$_POST['name'];
$vorname=$_POST['vorname'];
$rd=$_POST['rd'];
$eintrag="INSERT INTO
peer (name, rd, vorname,id,neinname,neinvorname,neinid,neinrd)
VALUES
('$name',
'$rd',
'$vorname',
NULL,
NULL,
NULL,
NULL,
NULL,)";
$eintragen=mysql_query($eintrag) or die (mysql_error());
?>
</body>
</html>
Die Fehlermeldung ist :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 11
Könnte mir da vielleicht jemand helfen?
schon wieder ein Problem...hier ist der Quelltext:
<html>
<body>
<?php
include('config.php');
$name=$_POST['name'];
$vorname=$_POST['vorname'];
$rd=$_POST['rd'];
$eintrag="INSERT INTO
peer (name, rd, vorname,id,neinname,neinvorname,neinid,neinrd)
VALUES
('$name',
'$rd',
'$vorname',
NULL,
NULL,
NULL,
NULL,
NULL,)";
$eintragen=mysql_query($eintrag) or die (mysql_error());
?>
</body>
</html>
Die Fehlermeldung ist :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 11
Könnte mir da vielleicht jemand helfen?
Berti Vogts:"Die Breite an der Spitze ist dichter geworden."