codeigniter get parameter from url

Solutions on MaxInterview for codeigniter get parameter from url by the best coders in the world

showing results for - "codeigniter get parameter from url"
Victoire
28 Feb 2017
1//If your your need to first parameter use it.
2$this->uri->segment('3');
3
4//And your need second parameter use it
5$this->uri->segment('4');
6
7//Have your many parameter enhance parameter