fejl i insert (mysql)
$insert = mysql_query("INSERT INTO comments('news_id', 'name', 'date', 'text') VALUES('".$_GET['id']."', '".$_POST['navn']."', NOW(), '".$_POST['text']."'") or die(mysql_error());
Fejl:
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 ''news_id', 'name', 'date', 'text') VALUES ('3', 'test2', 'NOW()
Jeg kan ik se den.. kan du? :)
