<?php
error_reporting(0);
include("config.php");

	

$flag = $_REQUEST[flag];

/***********************************/

	$id= $_GET[id];	
	
	$query=sprintf("Delete from  applications where id ='%d'", $id);
	 $result = $conn->query($query);
	header("Location:member.php?flag=del");
	


?>
