(PHP 3, PHP 4 >= 4.0.0)
msql_tablename -- Get table name of fieldmsql_tablename() takes a result pointer returned by the msql_list_tables() function as well as an integer index and returns the name of a table. The msql_numrows() function may be used to determine the number of tables in the result pointer.
Example 1. msql_tablename() example
|