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 ()
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.