Page 1 of 1

Unknown Column in Field List

Posted: Wed May 09, 2007 10:58 pm
by unorthodokz
Hey ya'll,

Using PHPmyAdmin I just added all of my tables to my database, but now I'm getting this error:

"Unknown column 'sc_order_email' in 'field list'" which can be seen on the webpage I'm workin on here: http://www.musicdocumentaries.org

I'm a noob to PHP/Mysql, seeing as this is my first webpage using the two of them. I've search for answers in google and the search function here but couldn't find anything that clearly addressed this issue.

Any information/solutions to the problem are GREATLY appreciated.

-C

Posted: Wed May 09, 2007 11:33 pm
by volka
A table has one or more (named) fields. You query uses a field that does not exist in the table.