Welcome Guest, Not a member yet? Register   Sign In
how to retrieve the values of mulple list?
#4

[eluser]jcopling[/eluser]
Yeah I would typically do something like this:

Code:
$list = $this->input->post('community');
for($i=0;$i<=count($list);$i++){
//do something with $list[$i]
}


Messages In This Thread
how to retrieve the values of mulple list? - by El Forum - 01-17-2008, 07:17 AM
how to retrieve the values of mulple list? - by El Forum - 01-17-2008, 07:30 AM
how to retrieve the values of mulple list? - by El Forum - 01-17-2008, 02:07 PM
how to retrieve the values of mulple list? - by El Forum - 01-17-2008, 04:40 PM
how to retrieve the values of mulple list? - by El Forum - 01-18-2008, 02:32 AM
how to retrieve the values of mulple list? - by El Forum - 01-18-2008, 09:11 AM
how to retrieve the values of mulple list? - by El Forum - 01-18-2008, 09:33 AM
how to retrieve the values of mulple list? - by El Forum - 01-18-2008, 09:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB