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

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

[TEP STOP]