<?php
$nieuws_update1 = "INSERT INTO 'nieuws' ('datum', 'bericht')
VALUES ('value1', 'value2')";
$result1 = mysql_query($nieuws_update1) or die (mysql_error()); ?>
Ik krijg vervolgens de melding:
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 ''nieuws' ('datum', 'bericht') VALUES ('value1', 'value2')' at line 1
Weet iemand wat er mis gaat hier? ik heb overal gezocht, geen idee