Welcome Guest, Not a member yet? Register   Sign In
Firefox doesn't like my CI-based URL
#8

[eluser]Jay Jennings[/eluser]
Okay, the forum told me I wasn't over the limit, but here's the last of the function that got cut off in the previous post:
Code:
//    add record to hits table
                $this->db->set('splitid', $cid);
                $this->db->set('redir', $redir);
                $this->db->set('ipaddr', $this->input->ip_address());
                $this->db->set('referer', $this->agent->referrer());
                $this->db->insert('split_hits');
                
            }
            
            //    redirect user to correct url
            header('Location: '. $redir);
            exit();
    }


Messages In This Thread
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 01:55 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 02:39 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 02:44 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 03:00 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 03:17 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 04:03 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 06:21 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 06:22 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 06:24 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 06:26 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 06:43 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 06:56 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-20-2007, 11:11 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-21-2007, 12:14 AM
Firefox doesn't like my CI-based URL - by El Forum - 08-21-2007, 12:23 AM
Firefox doesn't like my CI-based URL - by El Forum - 08-21-2007, 12:25 AM
Firefox doesn't like my CI-based URL - by El Forum - 08-21-2007, 12:29 AM
Firefox doesn't like my CI-based URL - by El Forum - 08-21-2007, 12:55 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-21-2007, 12:57 PM
Firefox doesn't like my CI-based URL - by El Forum - 08-21-2007, 01:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB