Warning: unlink($imagen) [function.unlink]: No such file or directory in /home/m/dominio.com.ar/public_html/borrar.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /home/m/dominio.com.ar/public_html/borrar.php:9) in /home/m/dominio.com.ar/public_html/borrar.php on line 14
Código PHP:
   /include ('cone.php');
    $id=$_GET['id']; 
    mysql_query("select * from noticias where id = $id"); 
    $imagen=$row["imagen"]; 
    //si hay alguna imagen que borrar se borra 
    if (!($imagen=='images/')) 
        unlink('$imagen');  
         
    mysql_query("delete from propiedades where id = $id"); 
     
 
header("location: actualizar.php"); 
     
 
 jaja.
 jaja.
