Ver Mensaje Individual
  #7 (permalink)  
Antiguo 27/09/2010, 03:16
Avatar de OsSk4R
OsSk4R
 
Fecha de Ingreso: octubre-2006
Ubicación: $this->home
Mensajes: 824
Antigüedad: 18 años, 1 mes
Puntos: 74
Respuesta: Recoger datos para Send mail PHP

¿Como que no se borra?

Y esto?:
Código PHP:
Ver original
  1. $sql = "DELETE from bookings WHERE id='$id'";  
  2.     $result = mysql_query($sql);
  3.     header("Location:anulado.php");

Elimina esa parte.