Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/04/2008, 09:10
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
Re: Error al traer datos de MySQL

Hola unisis,

Revisa esta parte de tu código, cámbiala así:
Código PHP:
$resultmysql_query($consulta,$conn) or die( "error en $consulta, error: " mysql_error() ); 
Saludos.