mysql_tablename
mysql_tablename(result_id, row_number)
result_id should refer to a result set produced by
a call to mysql_list_tables, and will retrieve the name
of the table listed on the row specified by row_number.
The first row in a result set is row 0.