7、则输出出错信息(SQL语句),其实为了防止暴露网站数据库的结构,正式商用时,最好不要输出SQL执行语句。Mysql记录集操作函数代码(mysql_fetch_array)12345678910111213141516functionfetch_array($result,$result_type=MYSQL_ASSOC,$records="one"){ if($records=="one"){ return@mysql_fetch_array($result,$result_type); } e