Hello guys. I have been following a tutorial on PHP Blog... Now when I put this code SELECT 'posts'.'post_id' AS 'id', 'posts'.'post_title' AS 'title', LEFT('posts'.'post_body', 512) AS 'preview', 'posts'.'post_user' AS 'user', DATE_FORMAT('posts'.'post_date', '%d/%m/%Y %H:%i:%s') AS 'date', 'commen...