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_dbs

    fbsql_list_dbs

    (PHP 4 >= 4_0_6)

    fbsql_list_dbs __  List databases available on a FrontBase server

    Description

    resource fbsql_list_dbs ( [resource link_identifier])

    fbsql_list_dbs() will return a result pointer containing the databases available from the current fbsql daemon_ Use the fbsql_tablename() function to traverse this result pointer_

    Ejemplo 1_ fbsql_list_dbs() example

    $link = fbsql_connect('localhost', 'myname', 'secret');
    $db_list = fbsql_list_dbs($link);
    
    while ($row = fbsql_fetch_object($db_list)) {
        echo $row_>Database _ "\n";
    }

    The above example would produce the following output:

    database1
    database2
    database3
    ___

    Nota: The above code would just as easily work with fbsql_fetch_row() or other similar functions_

     
       



    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