输入banner图图片脚本导航/分类

mysql_fetch_assoc和mysql_fetch_row的功能加起来就是mysql_fetch_array_PHP教程

mysql_fetch_assoc只能用字段,就像mysql_fetch_array($result, MYSQL_ASSOC)结果一样。

mysql_fetch_row 只能是数字

加起来就是mysql_fetch_array

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/317801.htmlTechArticlemysql_fetch_assoc只能用字段,就像mysql_fetch_array($result,MYSQL_ASSOC)结果一样。 mysql_fetch_row只能是数字 加起来就是mysql_fetch_array...