Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/01/2011, 17:11
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Warning: mysql_fetch_array()

Pon entre comillas la variable, si es de texto es necesario:
Código PHP:
Ver original
  1. $query = "SELECT * FROM tabla WHERE col = 'valor'";

Saludos.