$event_id,'thumbnail_path' => $upload_file_name,'path' => $upload_file_name,'name' => $name,'type' => $type,'desc' => $desc); $gallery = new Gallery($params); $gallery->save(); } header('location:events.php'); } else { $err = "Select a Event."; } } if(isset($_POST['cancel'])) { header('location:events.php'); } $header_links = "Eevent Gallery | Add "; include 'includes/header.php'; include 'includes/side_bar.php'; include 'includes/center_start.php'; ?>
Add Event Gallery