i've made a very simple php script, but this is the error:
Parse error: parse error in /home/httpd/html/test/mark/invoeren.php3 on line 9
and line 9 is this: mysql_query
(“INSERT INTO TEAM
(tnaam)
VALUES ('$tnaam')
”);
what's the problem???
i've made a very simple php script, but this is the error:
Parse error: parse error in /home/httpd/html/test/mark/invoeren.php3 on line 9
and line 9 is this: mysql_query
(“INSERT INTO TEAM
(tnaam)
VALUES ('$tnaam')
”);
what's the problem???