View file public_html/digitalx/delcamp.php

File size: 522B
<html>
<title>User Information</title>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<link rel="shortcut icon" href="pics/do.jpg" type="image/x-icon"/> 
<link href="../theme/style.css" rel="stylesheet" type="text/css" />
<?php include "../inc/def.php"; ?>


<?
$user=secureget('id');


mysql_query('DELETE FROM comp WHERE id="'.$user.'"');

echo '<div class="blk">Deleted Successfully</div>';
echo '<div class="lgn"><font color=red><b>delete successfully</b></font></div>';

?>