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

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

[TEP STOP]