Error in query: SELECT ,MSG_code FROM messages where FIND_IN_SET('Site Nav', category) . You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MSG_code FROM messages where FIND_IN_SET('Site Nav', category)'
ndmmxiaomayi
SELECT ,MSG_code FROM messages where FIND_IN_SET('Site Nav', category)
Wrong!
SELECT MSG_code FROM messages where FIND_IN_SET = "Site Nav"