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 p.articles_id = cd.articles_id and cd.language_id = '1' order by cd.articles' at line 1
select p.articles_id from articles AS p, articles_to_articlecat AS ptc, articles_description AS cd where p.articles_status = '1' and p.articles_id = ptc.articles_id and ptc.articlecat_id = and p.articles_id = cd.articles_id and cd.language_id = '1' order by cd.articles_name
[TEP STOP]
|