Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/04/2008, 12:41
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: Problema con consulta a mysql desde php

En tu llamada a mysql_query pon esto:
Código PHP:
$result mysql_query$query ) or die( mysql_error() ); 
Eso te mostrará el error que tiene tu consulta.

Saludos.