Pear DB 新手入门指南[11]
[入库:2005年8月19日] [更新:2007年3月24日]
<?php // once you have a valid db result object ... // get each row of data on each iteration until // there is no more rows while ($row = $result->fetchrow()) { $id = $row[0]; } ?>
|
本文关键:Pear DB 新手入门指南
本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)