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.