UPDATE posts SET post_title = ?, post_text = ?, isanon = ?, post_time = strftime('%s','now') WHERE posts.id = ?;