mysql_field_table

mysql_field_table -- Get name of the table the specified field is in

Description

string mysql_field_table(int result, int field_offset);

Get the table name for field. For downward compatibility mysql_fieldtable() can also be used.