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 b.created DESC' at line 6
SELECT b.lastname, b.firstname, b.mail, b.content, b.created, t.webobject FROM webcomments b, webobjects t WHERE b.state = 'val' AND b.webtext = t.webobject AND t.webobject = ORDER BY b.created DESC