<?
session_start
();
include_once(
'config.php');      
chkLogin();
getFullName($_SESSION[uid], $_SESSION[gid]);
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="style.css" rel="stylesheet" type="text/css">
<title>-== : ยินดีต้อนรับระบบ Intranet BCNU : ==-</title>
</head>

<body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
<HTML>
<?php
connDB
();
mysql_query("delete from person where pid=$pid");
echo 
"Information Deleted";
?>
</HTML>
</body>
</html>