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_field_type

    fbsql_field_type

    (PHP 4 >= 4_0_6)

    fbsql_field_type __  Get the type of the specified field in a result

    Description

    string fbsql_field_type ( resource result, int field_offset)

    fbsql_field_type() is similar to the fbsql_field_name() function_ The arguments are identical, but the field type is returned instead_ The field type will be one of "int", "real", "string", "blob", and others as detailed in the FrontBase documentation_

    Ejemplo 1_ fbsql_field_type() example

    <?php 
    
    fbsql_connect ("localhost", "_SYSTEM", "");
    fbsql_select_db ("wisconsin");
    $result = fbsql_query ("SELECT * FROM onek;");
    $fields = fbsql_num_fields ($result);
    $rows   = fbsql_num_rows ($result);
    $i = 0;
    $table = fbsql_field_table ($result, $i);
    echo "Your '"_$table_"' table has "_$fields_" fields and "_$rows_" records <BR>";
    echo "The table has the following fields <BR>"; 
    while ($i < $fields) {
        $type  = fbsql_field_type  ($result, $i);
        $name  = fbsql_field_name  ($result, $i);
        $len   = fbsql_field_len   ($result, $i);
        $flags = fbsql_field_flags ($result, $i);
        echo $type_" "_$name_" "_$len_" "_$flags_"<BR>";
        $i++;
    }
    fbsql_close();
    
    ?>

     
       



    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