Re: [PHP] Unknown column when column does exist.

2002-02-24 Thread [EMAIL PROTECTED]
Jason, > > Can't execute INSERT INTO events (TITLE, SUMMARY, ORG, CITY, PROVINCE, > > DATE, REG_DATE, FEE) VALUES ('Another Event', 'Summary of this event > > goes here', 'Another Organization', 'Coquitlam', 'BC', 'Another Date', > > 'Another Date', '$250') Unknown column 'ORG' in 'where clause'

Re: [PHP] Unknown column when column does exist.

2002-02-24 Thread Jason Wong
On Sunday 24 February 2002 06:57, [EMAIL PROTECTED] wrote: > I've just created a "add record to table" type of page - basically copied > a working php file I have on hand, and changed the values etc. > > Now, I am having problems trying to troubleshoot something. Basically > my mySQL query is: > >

[PHP] Unknown column when column does exist.

2002-02-23 Thread [EMAIL PROTECTED]
I've just created a "add record to table" type of page - basically copied a working php file I have on hand, and changed the values etc. Now, I am having problems trying to troubleshoot something. Basically my mySQL query is: INSERT INTO events (TITLE, SUMMARY, ORG, CITY, PROVINCE, DATE, REG_DAT