/* Update the view counter when someone reads a story */
UPDATE posts SET views = views + 1 WHERE id = :id;