Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/08/2008, 07:56
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Respuesta: Problemas en actualizacion de catalogo

Hola hoberwilly,

¿Te marca algún error?

Prueba cambiar tu query por:
Código PHP:
mysql_query($sql) or die( "Error en $sql, error: " mysql_error() ); 
Saludos.