mysql_row_tell()
MYSQL_ROW_OFFSET mysql_row_tell(MYSQL_RES *result)
This function returns the pointer for the current position in
a results set generated from the
mysql_store_result() function. The value
obtained can be used with mysql_row_seek()
for changing the pointer while fetching rows. See the mysql_row_seek() function earlier
in this section for an example of its use.