MySQL function library: mysql_tablename

Source: Internet
Author: User
Keywords mysql_tablename mysql function Library php Chinese function manual
Tags aliyun function function library get html mysql mysql function library mysql_tablename

Mysql_tablehttp://www.aliyun.com/zixun/aggregation/11696.html ">name

(PHP3, PHP4)

Mysql_tablename---Get the form name

Syntax: string mysql_tablename (int result, int i)

Description:

Mysql_tablename () takes the result metric returned by Mysql_list_tables () and returns the name of the table, mysql_num_rows () can be used to determine the number of tables in the result metric.

Example:

<?php

Mysql_connect ("localhost:3306");

$result = Mysql_list_tables ("Wisconsin");

$i = 0;

while ($i < mysql_num_rows ($result)) {

$TB _names[$i] = Mysql_tablename ($result, $i);

echo $TB _names[$i]. "<BR>";

$i + +;

}

?>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.