View Single Post
  #1 (permalink)  
Old 01-28-09, 05:25 AM
bluemagix bluemagix is offline
Newbie Coder
 
Join Date: Aug 2008
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Question code igniter controller variable in view

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
Reply With Quote