Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/05/2007, 11:26
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 el borrado de registros

Prueba cambiar esta linea en borrar2.php:
Código PHP:
$result=mysql_query($sSQL); 
Por:
Código PHP:
$result=mysql_query($sSQL) or die( mysql_error() );