Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/06/2007, 12:42
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: ¿Se puede hacer esto?

Utilizas
Código PHP:
$id = (int)$_GET['id'];

// Entonces ya lo reemplazas:
$sql=mysql_query("DELETE * FORM clan WHERE id='$id' ");