mysql_tablename

mysql_tablename -- Get table name of field

Description

string mysql_tablename ( resource result, int i)

Use the mysql_tablename( ) function to traverse this result pointer , or any function for result tables , such as mysql_fetch_array( ) .

Príklad 1 . mysql_tablename( ) Example