Advertisement
GWibisono

agag asg

Jan 29th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. foreach($_POST['rsetup']) as $cf)
  2. {
  3.                 foreach($_POST['rtype'] as $cf1)
  4.                 {
  5.                     $addData2 = array(
  6.                         'fo_reservation_kode' => $this->db->escape_str($this->input->post('kode')),
  7.                         'fo_reservation_room' => $cf,
  8.                         'md_rooms_rtype_id' => $cf1
  9.                     );                 
  10.                 }
  11.                 $this->icapps_model->saveData($this->dataTable2, $addData2);
  12.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement