I tell you that I am working on CodeIgniter I am doing only one function, the first thing I do is insert:
$data = array(
'id' => $this->input->post('id'),
'opcion' => $this->input->post('opcion'),
);
I wonder how I get the var option to be able to continue using it in the php?
$ option