Welcome Guest, Not a member yet? Register   Sign In
posting array to code ignighter
#3

[eluser]chonlatee[/eluser]
[quote author="mfisher86" date="1269486697"]In php theres a trick where i can havea set of tickbox fields with a name set to something like 'vals[]'. When posted to php i can user $_POST['vals'] to get an array of values. Just wondering if i can do same with code ignighter please?[/quote]

sorry my English

you can use $some_value = $_POST['vals'] or you can use $some_value = $this->input->post('vals');
because codeigniter very flexible if you not understand user manual can help.


Messages In This Thread
posting array to code ignighter - by El Forum - 03-24-2010, 04:11 PM
posting array to code ignighter - by El Forum - 03-24-2010, 07:20 PM
posting array to code ignighter - by El Forum - 03-24-2010, 09:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB