Welcome Guest, Not a member yet? Register   Sign In
just a quickie
#6

[eluser]sore eyes[/eluser]
hi ray, it works! Just a slight variation:

Code:
function enterNextShop()
    {
        $old_shop_id = $this->uri->segment(3);
        $data = $this->MShops->getNextShop($old_shop_id);
        $shop_id= $data->row()->shop_id;
        redirect('welcome/enterShop/'.$shop_id);        
    }

Many thanks for your help. I'd been stuck on this for a while.


Messages In This Thread
just a quickie - by El Forum - 12-30-2008, 11:05 PM
just a quickie - by El Forum - 12-31-2008, 05:02 AM
just a quickie - by El Forum - 12-31-2008, 06:31 PM
just a quickie - by El Forum - 12-31-2008, 07:05 PM
just a quickie - by El Forum - 01-01-2009, 03:30 AM
just a quickie - by El Forum - 01-01-2009, 09:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB