Is there a way to retrieve the parameters in the URL inside your HTML page like you would normally use $_GET but in CodeIgniter?
For instance, if you were in the view and had the URL: http://www.mysite.com/controller/function/var1/var2
Then how would you be able to access what var1 and var2 were?
Like this:
Read more here.