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.webtext FROM webcomments b, webtexts t WHERE b.state='val' AND b.webtext=t.webtext AND t.webtext= ORDER BY b.created DESC