insert into error
nogen der kan hjælpe mig med dette problemYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'VALUES ( NULL, 'webserver2', 'WEB', '192.168.1.2', 'kim4')' at line 7
$reseller = addslashes($_POST['reseller']);
$type = addslashes($_POST['type']);
$sname = addslashes($_POST['sname']);
$sip = addslashes($_POST['sip']);
mysql_query("INSERT INTO `servers` (
`sid` ,
`sname` ,
`type` ,
`sip` ,
`reseller`
VALUES (
NULL, '$sname', '$type', '$sip', '$reseller')") or die(mysql_error());