Hi!
I have a ENUM which contains either "old" or "new" within an array which contains the result of a certain db-query.
When I try to do
if ($sql_row[new] == "new") {}
I get the following error message:
Parse error: parse error, expecting T_STRING' orT_VARIABLE' or `'$''
I've tried several workarounds but failed miserably. Any ideas anyone?