Welcome Guest, Not a member yet? Register   Sign In
Passing an array through GET while using url_to_assoc
#1

[eluser]jhyland[/eluser]
Currently, on the website I have now (which will be replaced with the new CI site), there are multi selects and check boxes. So if someone selects two check boxes, or two options in a multi select, the URL looks like this..

http://website.com/?checkbox[]=var1&chec...ti;[]=var2

(Ignore the ';', the forum keeps putting those in there.)

That will get processed as this:

array(
checkbox => array('var1','var2'),
multi => array('var1','var2')
);

I want to use the $this->uri->uri_to_assoc option in CI, but that only does a single level associative array.

How can I accomplish the same task, using the url_to_assoc?

Also, how do I have a CI form "action" go to that type of url? Meaning, instead of it going to ?this=that, how do I make it go to /this/that/ ?

Thanks!


Messages In This Thread
Passing an array through GET while using url_to_assoc - by El Forum - 08-07-2012, 01:25 AM
Passing an array through GET while using url_to_assoc - by El Forum - 08-07-2012, 03:28 AM
Passing an array through GET while using url_to_assoc - by El Forum - 08-07-2012, 11:04 AM
Passing an array through GET while using url_to_assoc - by El Forum - 08-07-2012, 11:29 AM
Passing an array through GET while using url_to_assoc - by El Forum - 08-09-2012, 02:01 PM
Passing an array through GET while using url_to_assoc - by El Forum - 08-09-2012, 03:22 PM
Passing an array through GET while using url_to_assoc - by El Forum - 08-09-2012, 04:28 PM
Passing an array through GET while using url_to_assoc - by El Forum - 08-09-2012, 05:53 PM
Passing an array through GET while using url_to_assoc - by El Forum - 08-10-2012, 06:35 PM
Passing an array through GET while using url_to_assoc - by El Forum - 08-19-2012, 07:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB