A Database Error Occurred
Error Number: 1054
Unknown column 'johnrook_htm' in 'where clause'
select article.*, coalesce(author.name,'') as author, coalesce(author.bio,'') as bio, coalesce(author.blurb,'') as blurb, coalesce(category.title,'') AS category, coalesce(category.showinrandom,0) as showinrandom from (article left join author on article.authorid = author.authorid) left join category on category.catid = article.catid where articleid = johnrook_htm