   #PHP Manual MySQL Functions mysql_field_seek mysql_field_type

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                               mysql_field_table

   (PHP 3, PHP 4 )
   mysql_field_table --  Get name of the table the specified field is in

Description

   string mysql_field_table ( resource result, int field_offset)

   Returns the name of the table that the specified field is in.

   For downward compatibility mysql_fieldtable() can also be used. This
   is deprecated, however.
   ______________________________________________________________________

   Prev             Home             Next
   mysql_field_seek  Up  mysql_field_type
