req = $db->prepare('UPDATE `table` SET `content`= ? WHERE `id` = ?'); var $success = $req->execute($content,$id); //execute() return .
確定! 回上一頁