How will query string be formatted |
[eluser]animatora[/eluser]
Get it from URL like: Code: $this->uri->segment(3);// Will get 11 from example.com/class/method/11 Check the URL class for more examples http://ellislab.com/codeigniter/user-gui...s/uri.html |
Messages In This Thread |
How will query string be formatted - by El Forum - 03-08-2012, 08:17 AM
How will query string be formatted - by El Forum - 03-08-2012, 08:23 AM
How will query string be formatted - by El Forum - 03-08-2012, 08:35 AM
How will query string be formatted - by El Forum - 03-08-2012, 08:49 AM
How will query string be formatted - by El Forum - 03-08-2012, 08:56 AM
How will query string be formatted - by El Forum - 03-08-2012, 09:19 AM
|