Build Your Own DatabaseDriven Website Using PHP amp;amp; MySQL [Electronic resources]

Kevin Yank

نسخه متنی -صفحه : 190/ 167
نمايش فراداده

mysql_result

mysql_result(result_id, row[, field])

This function returns the value of a particular field of the specified row (row) of the specified result set (result_id). The field argument may be the name of the field (either fieldname or dbname.fieldname), or its numerical position, where the first field in a row is at position 0. If field is not specified, then 0 is assumed.