$query = $db->prepare("UPDATE content SET ctitle = :ctitle pstatus = :pstatus hit = :hit WHERE id = :id");
virgül koyacaksınız aralarına. bu şekilde dümdüz çalışmaz.


$query = $db->prepare("UPDATE content SET ctitle = :ctitle, pstatus = :pstatus, hit = :hit, WHERE id = :id");
and yerine , kullanın