Welcome Guest, Not a member yet? Register   Sign In
can't send parameter to admin function
#9

You can always use the CodeIgniter URI Class to get the parameters for the different segments.

PHP Code:
$this->uri->segment(n

SEE: The CodeIgniter URI Class in the Users Guide.

That is what I always use to get different passed in parameters.

In your case it would be uri segment (3)
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: can't send parameter to admin function - by InsiteFX - 12-17-2014, 04:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB