mysql_field_tell()
MYSQL_FIELD_OFFSET mysql_field_tell(MYSQL_RES *result)
This function returns the value of the field pointer for the
current row in use by a fetch function such as
mysql_fetch_field(). The field pointer starts
at 0 for the first field when a row is retrieved and advances by one
as each field is retrieved in sequential order. See
mysql_field_seek() earlier in this section
for an example of this function.