I am new to PHP codeigniter,
how to get checkbox values using php Codeigniter in Controller.
Here is the Checkboxes, i want to get checkbox values base on na
Put braces after each name. Give each a unique value:
Get them like this:
substr(implode(', ', $this->input->post('businessType')), 0)