Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/10/2012, 17:14
GMR_STAFE
 
Fecha de Ingreso: septiembre-2010
Mensajes: 6
Antigüedad: 13 años, 6 meses
Puntos: 0
Exclamación Problemas con un cuestionario

Estoy haciendo un cuestionario, parece funcionar todo bien, pero en esta línea

Código:
while ($row = mysqli_fetch_array($data))
me tira el siguiente error

Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\modulo09\questionnaire.php on line 32

Alguien me puede decir como solucionarlo??