Sorry your session has ended

Please return to our homepage to sign in"; exit; } include("conn.php"); //----------------------------------------- // --------------------------------------------------- if ($_POST['id'] != ""){ //create and issue query $sel_id=mysql_escape_string($_POST['id']); // DELETE PIKS FILE $query = "SELECT * FROM piks WHERE picture_id ='$sel_id'"; $result = mysql_query($query) or die(mysql_error()); $info = mysql_fetch_array($result); $f_name= $info['f_name']; if(file_exists("piks/".$f_name)) { unlink("piks/".$f_name); }else{ } // DELETE PIKS DATA $query1 = "DELETE FROM piks WHERE picture_id ='$sel_id'"; mysql_query($query1, $dbc) or die(mysql_error()); // transfer user back to home if($_REQUEST['exid']){ header("Location:exhibitions_artworks.php?exid=$_REQUEST[exid]"); }else{ header("Location:account.php?id=$_SESSION[abm]&name=$_SESSION[nme]"); } } include('header.php'); ?>
 

BACK > DELETE


 

WARNING

 

ARE YOU SURE YOU WANT TO DELETE THIS PICTURE

 

NO