$stmt = $pdo ->query( $sql );. $row = $stmt ->fetch(PDO::FETCH_ASSOC);. echo $row [ 'filmName' ];. echo $row [filmDescription];. In the above the values are ...
確定! 回上一頁