I'm getting a strange error in my php form.
I know that Error 1136 means that i am trying to insert too few or too many fields into a table, but the weird thing is that I can cut and paste my INSERT statement from my PHP code, and run it directly on the sql server via PHPMYadmin - and the darn INSERT statement WORKS...
Anyone else experience problems like this before?