Unknown column '' in 'field list'
- by Rixius
I am running a sql in PHP query that is dieing with the mysql_error() of
Unknown column '' in 'field list'
The query:
SELECT `standard` AS fee FROM `corporation_state_fee` WHERE `stateid` = '8' LIMIT 1
when I run the query in PHPmyadmin, it return the information without flagging the error