Hello,
I want to use one form(View)variable in to another form(view)
using the controller.
i have called the view page like this
http://localhost/category/upload/9/
where
upload is my function in cotroller
from where i am calling the view page
and
9 is the argument passed to that function.
now if i want the value
9 in my view page
how can i get that in code igniter