Build Your Own Database-Driven Website Using PHP MySQL [Electronic resources]

Kevin Yank

نسخه متنی -صفحه : 190/ 170
نمايش فراداده

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.