Related Links : Search Engine Optimization | | Search Engine Marketing | Online Marketing | Freelance Programmer| SEO Thailand | SEO Expert | SEO services | PHP Programmer Thailand | SEO Tutorial | What is SEO |

  Home Our SEO Services SEO Expert Consultant Php Programmer Scripts| Email : sachin {at} jainsachin {dot} com

PHP | Get table name of field | Manual | Tutorial | Help

SEO Services



Website Programming in PHP / MYSQL



Friends


    Get table name of field

    fbsql_table_name

    (PHP 4 >= 4.2.0, PHP 5)

    fbsql_table_name — Get table name of field

    Description

    string fbsql_table_name ( resource $result , int $index )

    fbsql_table_name() gets the name of the current table in the given result set.

    The fbsql_num_rows() function may be used to determine the number of tables in the result pointer.

    Parameters

    result

    A result pointer returned by fbsql_list_tables().

    index

    Integer index for the current table.

    Return Values

    Returns the name of the table, as a string.

    Examples

    Example #1 fbsql_table_name() example

    <?php
    fbsql_connect
    ("localhost""_SYSTEM""");
    $result fbsql_list_tables("wisconsin");
    $i 0;
    while (
    $i fbsql_num_rows($result)) {
        
    $tb_names[$i] = fbsql_table_name($result$i);
        echo 
    $tb_names[$i] . "<br />";
        
    $i++;
    }
    ?>


    SEO Tutorial / Articles





    Php / Mysql Tutorial



    Articles



      Portfolio


      SEO by Jainsachin