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

[eluser]Unknown[/eluser]
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?
#2

[eluser]InsiteFX[/eluser]
Users guide Validation library

Enjoy
InsiteFX
#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.




Theme © iAndrew 2016 - Forum software by © MyBB