$sql = 'select * from test'; foreach ( $dbh->query($sql) as $value) { echo $value[col]; }; 第二式自動帶入法prepare 我個人使用PDO後,偏好 ...
確定! 回上一頁