Welcome Guest, Not a member yet? Register   Sign In
[Solved]Another Pagination problem
#7

[eluser]bondjp[/eluser]
Success! Lol, managed to get it working like this:

Controller
Code:
if ($this->input->post('brand')) {
            
    $this ->session->set_userdata('brands', $this -> input -> post('brand'));
    $this ->session->set_userdata('models', $this -> input -> post('model'));
    $this ->session->set_userdata('cities', $this -> input -> post('city'));
}

Model
Code:
$brand = $this->session->userdata('brands');
$model = $this->session->userdata('models');
$city = $this->session->userdata('cities');


Thanks guys.
On to the next problem Wink


Messages In This Thread
[Solved]Another Pagination problem - by El Forum - 02-16-2010, 06:24 PM
[Solved]Another Pagination problem - by El Forum - 02-17-2010, 05:30 AM
[Solved]Another Pagination problem - by El Forum - 02-17-2010, 05:57 AM
[Solved]Another Pagination problem - by El Forum - 02-17-2010, 06:43 AM
[Solved]Another Pagination problem - by El Forum - 02-17-2010, 07:41 AM
[Solved]Another Pagination problem - by El Forum - 02-17-2010, 09:43 AM
[Solved]Another Pagination problem - by El Forum - 02-17-2010, 12:16 PM
[Solved]Another Pagination problem - by El Forum - 03-06-2010, 06:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB