$user = $this->input->post('user'); // only allow keys in $user to match the values in $columns $columns = array('first_name', 'last_name', ...
確定! 回上一頁