SQL: SELECT p.*
FROM [Table]posts p , [Table]threads t
WHERE p.authorid = '11912' AND p.tid=t.tid
WHERE ORDER BY t.lastpost DESC LIMIT 5
Error: 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 'WHERE ORDER BY t.lastpost DESC LIMIT 5' at line 4
Errno.: 1064
Similar error report has beed dispatched to administrator before.