Welcome Guest, Not a member yet? Register   Sign In
Getting array parameters from POST
#2

[eluser]umefarooq[/eluser]
first get the value of your post data and then loop

Code:
$sorts = $this->input->post('item');

foreach($sorts as $key=>$value){
$this->db->where('id', $value)->update('photo_order_map', array ('sort_order'=>$key));
}


Messages In This Thread
Getting array parameters from POST - by El Forum - 11-04-2009, 02:34 AM
Getting array parameters from POST - by El Forum - 11-04-2009, 02:52 AM
Getting array parameters from POST - by El Forum - 11-04-2009, 03:03 AM
Getting array parameters from POST - by El Forum - 11-04-2009, 04:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB