I know it's been asked before, but I need it for affiliate tracking...
http://www.mysite.com/controller/method/params?affiliate=123&sub_id=456
How can I get the params AND the $_GET parameters outlined in that URL?
You can always get the data like this:
$this->input->get('your_get_variable', TRUE);
Hope this works!
1.4m articles
1.4m replys
5 comments
57.0k users