Couldn't execute query:
SELECT article_title,
author_text,
intro_text,
main_text,
page_title,
meta
FROM poker_articles
WHERE article_type = 'A'
AND active = 'Y'
AND article_id = links
ORDER BY article_id DESC.
1054: Unknown column 'links' in 'where clause'