Warning: unlink(/fotos/web marbella.jpg) [function.unlink]: No such file or directory in /home/vol5/260mb.com/pacus_5969611/htdocs/panelcontrol.php on line 66
ahí va el code:
Código PHP:
{
$id=$_GET["id"];
$row=mysql_fetch_array(mysql_query("Select foto from coches where id='$id'"));
$file =$row["foto"];
if (!unlink("/fotos/".$file))
{
echo ("Error borrando $file <br />");
}
else
{
echo ("Borrado $file <br />");
}
mysql_query("DELETE FROM coches where id='$id'") or die(mysql_error());
echo'Coche eliminado correctamente. <br />';
=S Probé a ponerlo de diversas maneras y no me funciona, gracias por vuestra ayuda máquinas :P