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

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

[TEP STOP]