$data = array('first_name' => $this->input->post('fname'),
'middle_name' => $this->input->post('mname'),
'last_name' => $this->input->post('lname'),
'email_name' => $this->input->post('email'),
'pwd_name' => $this->input->post('pwd'),
'cno_name' => $this->input->post('cno'),
'gender_name' => $this->input->post('gender'),
'country_name' => $this->input->post('country'),
'lang_name' => $this->input->post('lang')
);
echo $data;
i want to echo or print $data, but it showing error Severity: Notice
Message: Array to string conversion