load->view('front/includes/header-script')?> <?=TITLE?>
session->userdata('cart'); foreach ($cart as $cartcount => $cartvalue) { foreach ($cartvalue as $formcount => $form) { ?>

Start Date:
End Date:
Time:
Location:
Days of Week:

session->userdata('cart_items'.$form); foreach ($cart_items as $itemcount => $item) { foreach ($item as $key => $value) { ?>
Grand Total
$ 2000.00
load->view('front/includes/footer-script')?>
Joe Smith jsmith@yahoo.com (714) 293-2310 (remove)
$ 196.00
Class Total
$ 958.00
$m_last_name = array('m_last_name'.$form => $this->input->post('m_last_name_'.$form),'type' => "M"); $m_email_id = array('m_email_id'.$form => $this->input->post('m_email_id_'.$form),'type' => "M"); $m_phone_no = array('m_phone_no'.$form => $this->input->post('m_phone_no_'.$form),'type' => "M"); $n_first_name = array('n_first_name'.$form => $this->input->post('n_first_name_'.$form)); $n_last_name = array('n_last_name'.$form => $this->input->post('n_last_name_'.$form)); $n_email_id = array('n_email_id'.$form => $this->input->post('n_email_id_'.$form)); $n_phone_no = array('n_phone_no'.$form => $this->input->post('n_phone_no_'.$form)); $s_first_name = array('s_first_name'.$form => $this->input->post('s_first_name_'.$form)); $s_last_name = array('s_last_name'.$form => $this->input->post('s_last_name_'.$form)); $s_email_id = array('s_email_id'.$form => $this->input->post('s_email_id_'.$form)); $s_phone_no = array('s_phone_no'.$form => $this->input->post('s_phone_no_'.$form)); $alldata = array('alldata'.$form =>$m_first_name,$m_last_name,$m_email_id,$m_phone_no,$n_first_name,$n_last_name,$n_email_id,$n_phone_no,$s_first_name,$s_last_name,$s_email_id,$s_phone_no);