I'm having a problem with this one line of my php script...
and the error I get is
Anyone know what's wrong with this? I have no idea. The database table "pc" exists, and has 4 fields like that, and I don't know what else it could be. Thanks.
mysql_query("INSERT INTO pc VALUES("Grand Theft Auto 3","Action","Take-Two Interactive", "2002-05-22")");
and the error I get is
Parse error: parse error, unexpected T_STRING in c:\program files\apache group\apache\htdocs\setuprelease.php on line 30
Anyone know what's wrong with this? I have no idea. The database table "pc" exists, and has 4 fields like that, and I don't know what else it could be. Thanks.