Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/03/2013, 08:22
cachusan
 
Fecha de Ingreso: septiembre-2011
Mensajes: 219
Antigüedad: 12 años, 7 meses
Puntos: 31
Respuesta: Error en registro de mi pagina web

No está inicializada la variable $mysqli

verifica la documentación, necesitas algo como esto:

Código PHP:
Ver original
  1. $mysqli = new mysqli("localhost", "my_user", "my_password", "world");

http://www.php.net/manual/en/mysqli.query.php