Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/05/2009, 09:12
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 10 meses
Puntos: 2135
Respuesta: Problema con Query MySQL

Prueba esto:
Código php:
Ver original
  1. $resultado = mysql_query($consulta) or die("Error en $consulta: " . mysql_error());
  2. $fila=mysql_fetch_array($resultado);

Saludos.