User Profile
User Name:
User Homepage:
Location:
Picture
No Picure uploaded
Avatar
No Picure uploaded
User Bio:
ERROR: 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 'ORDER BY article_date DESC LIMIT 100' at line 4
---
SELECT * FROM ams_articles
INNER JOIN ams_users ON user_id = article_author_id
WHERE article_state = 1
AND article_author_id = ORDER BY article_date DESC LIMIT 100
---