| |
Event Schedule
$status = $_GET['status'];
$reason = $_GET['reason'];
if($status=="ok") {
$action=$_GET['action'];
echo "";
if ($action=="add")
echo "Event was added successfully";
if ($action=="edit")
echo "event was edited succesfully";
if ($action=="del")
echo "Entry was deleted succesfully";
echo "
";
}
$admin->getSchedule($koneksi);
?>
|
|