
March 9th, 2000, 05:21 AM
|
|
Junior Member
|
|
Join Date: Mar 2000
Location: EInd, Brab, Holland
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
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???
|