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 'order by i.date_time DESC' at line 1

select u.address as address, i.title as title, i.picnum as picnum, i.pictext as pictext, i.userid as userid, i.class as class, i.update_time as date_time, i.content as content, u.userid, u.username as username, u.email as email, u.url as url, u.address as address from issue i, user u where i.userid=u.userid and id = order by i.date_time DESC

[TEP STOP]