INSERT INTO comments( postid, author, isanon, comment_text, hashedip, post_time ) VALUES ( :postid, :authorid, :isanon, :comment_text, '', strftime('%s','now') );