Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/09/2008, 14:03
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: Ayuda por favor :(

Hola Ghost,

Cambia así tu query:
Código PHP:
$result=mysql_query($query,$conexion) or die( "Error en $query, " mysql_error() ); 
Saludos.