Can I do Database operation $this->uri->segment(3) ? Is that Secure or Do I need to add : $this-input->get($this->uri->segment(3)) ?
$this->uri->segment(3)
$this-input->get($this->uri->segment(3))