in reply to Error adding a record into a MySQL table: 'Unknown column ...'

You should definitely be using placeholders instead of this. You're very ripe for an SQL Injection attack.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re: Error adding a record into a MySQL table: 'Unknown column ...'