Ejemplo n.º 1
0
$parent_id = '';
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Update Status</title>
 <link rel="stylesheet" href="css/custom.css" />
 	<link rel="stylesheet" href="css/menu.css" />
 	 <script src="js/jquery-1.8.3.min.js"></script>
    <script src="js/custom.js"></script>

</head>
<?php 
if ($_GET['action'] == 'edit') {
    $id = $_GET['id'];
    $obj->edit_status($id);
}
if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'delete') {
    $id = $_REQUEST['id'];
    $obj->delete_status($id);
}
?>
<body> <?php 
include_once 'include/menu.php';
?>
<div class="content">
	
	<div class="welcome"><h3>Welcome <?php 
echo $_SESSION['username'];
?>
!</h3></div>