Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/10/2010, 13:34
panchoasdf
 
Fecha de Ingreso: octubre-2009
Mensajes: 39
Antigüedad: 14 años, 7 meses
Puntos: 0
Respuesta: Problema Clase al llamar mas de una Funcion

mira esta es la conexion
Código PHP:
Ver original
  1. <?php
  2. $link = mysqli_connect("localhost", "root", "xxxx", "wimbi");
  3.  
  4. /* check connection */
  5.     printf("Connect failed: %s\n", mysqli_connect_error());
  6.     exit();
  7. }
  8. ?>