Mysql_result
(PHP3, PHP4)
Mysql_result---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Obtain the result information
Syntax: int mysql_result (int result, int row [, mixed field])
Description:
Mysql_result () returns the contents of a cell from the MySQL result, the parameter field can be the offset of the field, the name of the field, or the fieldname.tablename if the name of the column is an alias (' Select Foo as bar from ... '), use aliases to override column names.
When working on large results, you should consider using the Get whole column, which returns Georg (cell) variety of content, which can be mysql_result () faster. Similarly, specifying the offset of a field in the parameter field is faster than specifying a field name or Tablename.fieldname.
Call mysql_result () should not be doped to call other functions.
Some highly effective functions are recommended: Mysql_fetch_row () mysql_fetch_array () mysql_fetch_object ()