$stmt = $pdo->prepare($query);. $params = array( ... $data = $stmt->execute($params);. $insert_id = $pdo->lastInsertId(); ...
確定! 回上一頁