execute the query $stmt->execute(array(':lastname'=>'Doe', ':id'=>'2') ); // 3. echo a message to say the UPDATE succeeded echo $stmt->rowCount() ...
確定! 回上一頁