php - Issues accessing GET variables in CodeIgniter -
is there way retrieve parameters in url inside html page use $_get in codeigniter?
for instance, if in view , had url: http://www.mysite.com/controller/function/var1/var2
then how able access var1 , var2 were?
Comments
Post a Comment