PDO ::query實例. 遍歷輸出結果集: <?php function getFruit($conn) { $sql = 'SELECT name, color, calories FROM fruit ORDER BY name'; foreach ...
確定! 回上一頁