Jump to content

[SOLVED] MYSQL 1064 Error MSG . . . Need someone to view my code for soundness


mcjce46

Recommended Posts

Having problems getting past this particular error msg....Need a little help

 

1064 - Query Failed: 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 'of web Testing,Street Address Apt #,City,ST,Zip,9999999999,[email protected],t' at line 4

 

$i = "INSERT INTO 1campMembers
        (FNAM,MI,LNAM,EDU,MADDR,TOWN,ST,ZCODE,PHNUM,EML,SKLS,MSC)
        VALUES
        ($fnam,$mnam,$lnam,$edu,$maddr,$town,$st,$z,$ph,$emailaddr,$talent,$other)";

 

I have validating that I am not using any of the 'Reserved Words' . . .

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.