about->getDetails(1); $data['page_index'] = 'contact'; $this->load->vars($data); $this->load->view('contact_us'); } public function sendMail() { if (isset($this->input->post())) { $name = $this->input->post('name'); $email = $this->input->post('email'); $mobile = $this->input->post('phone'); $message = $this->input->post('message'); } } }