传回指定栏位的名称。
语法: string mysql_field_name(int result, int field_index);
传回值: 字串
函式种类: 资料库功能
本函式用来取得指定栏位的名称。
mysql_field_name($result,2);