Is $this->uri->segment(3) secure in Codeigniter

376 Views Asked by At

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)) ?

0

There are 0 best solutions below