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


  •  
     
     
    ingres_fetch_row

    ingres_fetch_row

    (PHP 4 >= 4_0_2)

    ingres_fetch_row __ Fetch a row of result into an enumerated array_

    Description

    array ingres_fetch_row ( [resource link])

    ingres_fetch_row() returns an array that corresponds to the fetched row, or FALSE if there are no more rows_ Each result column is stored in an array offset, starting at offset 1_

    Subsequent call to ingres_fetch_row() would return the next row in the result set, or FALSE if there are no more rows_

    Ejemplo 1_ ingres_fetch_row() example

    <?php 
    ingres_connect ($database, $user, $password);
    
    ingres_query ("select * from table");
    while ($row = ingres_fetch_row()) {
        echo $row[1];
        echo $row[2];
    }
    ?>

    See also ingres_num_fields(), ingres_query(), ingres_fetch_array() and ingres_fetch_object()_

     
       



    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