Hosting de Calidad
  • Inicio
  • Precios y servicios
  • F.a.q y ayudas
  • Realizar pedido
  • Webs alojadas
  • Quienes somos
  • Foro HyD
  • Contacto

    Zona Dominios

    Entrar
    registro de dominios


    Zona Hosting

    Entrar
    alojamiento web


    5 Métodos de Pago
    Tarjeta de crédito
    Domiciliación
    Transferencia
    Soporte Epagado
    Soporte Paypal

    Liberalización .es

    Ver mas
    dominios .es


  •  
     
     
    fbsql_list_fields

    fbsql_list_fields

    (PHP 4 >= 4_0_6)

    fbsql_list_fields __ List FrontBase result fields

    Description

    resource fbsql_list_fields ( string database_name, string table_name [, resource link_identifier])

    fbsql_list_fields() retrieves information about the given tablename_ Arguments are the database name and the table name_ A result pointer is returned which can be used with fbsql_field_flags(), fbsql_field_len(), fbsql_field_name(), and fbsql_field_type()_

    A result identifier is a positive integer_ The function returns FALSE if an error occurs_ A string describing the error will be placed in $phperrmsg, and unless the function was called as @fbsql() then this error string will also be printed out_

    Ejemplo 1_ fbsql_list_fields() example

    <?php
    $link = fbsql_connect('localhost', 'myname', 'secret');
    
    $fields = fbsql_list_fields("database1", "table1", $link);
    $columns = fbsql_num_fields($fields);
    
    for ($i = 0; $i < $columns; $i++) {
        echo fbsql_field_name($fields, $i) _ "\n";;
    }
    ?>

    The above example would produce the following output:

    field1
    field2
    field3
    ___

     
       



    registro de dominios | alojamiento web | hosting por publicidad

       

     

    Manual de linux Manual de apache Manual de php Manual de mysql Manual de SQL Manual del Plesk Como funciona Paypal Manual de html