PHP:
$sql = "INSERT INTO `members` (`id`, `naam`, `email`, `password`, `datum`) VALUES (\'1\', \'test\', \'test\', \'test\', \'2010-04-20 11:45:08\');";
mysql_query($sql) or die(mysql_error());
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 '\'1\', \'test\', \'test\', \'test\', \'2010-04-20 11:45:08\')' at line 1
Dit zou toch gewoon moeten werken? of zie ik iets over het hoofd...
alvast bedankt..