Ver Mensaje Individual
  #11 (permalink)  
Antiguo 22/03/2011, 09:45
ELTURCOFIESTA
 
Fecha de Ingreso: marzo-2011
Mensajes: 13
Antigüedad: 13 años, 1 mes
Puntos: 0
Respuesta: problema con modulo

[HIGHLIGHT="HTML"]
Código PHP:
Ver original
  1. if($_GET['del'] != ""){
  2.     $sql="DELETE FROM usuarios WHERE id=".$_GET['del'];
  3.     $db->query($sql);
  4.     $msg = "Usuario eliminado con éxito.";
  5. }

solución gracias papa!!