PHP中MySQL处理记录

mysql_fetch_assoc:返回只有字段和值对应的数组

mysql_fetch_row:返回只有数字索引和值对应的数组

mysql_fetch_array:返回字段和数字索引对应的数组