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 h.date_time DESC' at line 1

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

[TEP STOP]