<?
include ('dbkey.php');
include ('queries.php');
include ('functions.php');
include ('head.admin.php');
if (isset ($personid)) {
deleted_entry($personid,$delete_person,$delete_phone);
} else {
print "<td class=Highlight><center><b>Select a contact to delete first!</b></center></td>";
}
include ('footer.php');
?>