| ',Forms.fID,' ExecuteSQLit sql= select concat('',FormQuestions.qID,'') as Question,Questions.qDescription as Description, concat('',Questions.qType,'') as ResponseType,Questions.qFormat as Format, qText as Text, qHelp as Help, qPreLogic as PreLogic, qPostLogic as PostLogic from Questions,FormQuestions where fID='',Forms.fID,'' and fqIsDeleted=0 and Questions.qID=FormQuestions.qID order by qOrder You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Forms.fID,'' and fqIsDeleted=0 and Questions.qID=FormQuestions.qID order by q...' at line 1 |