$title,'name'=>$name,'desc'=>$desc); $event = new Video_event($params); $event->edit($_GET['id']); header('Location:video_events.php'); } if($_POST['cancel']) { header('Location:video_events.php'); } $header_links = "Video Events | Edit"; $header_button_link= 'add_video_events.php'; include 'includes/header.php'; include 'includes/side_bar.php'; include 'includes/center_start.php'; ?>
Edit Video Event