1064: 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 'AND news_status != 1
ORDER BY news_publication_date ASC' at line 8 SELECT news_key,
news_id,
news_title
FROM news
WHERE news_publication_date <= CURDATE()
AND news_publication_date > ''
AND news_id !=
AND news_status != 1
ORDER BY news_publication_date ASC