Welcome Guest, Not a member yet? Register   Sign In
User_Agent library is not working?
#2

[eluser]Sein Kraft[/eluser]
Ok, i've tested it on a fresh installation and i can confirm that is_referral() not working at all.

Code:
function try1(){
    echo anchor('welcome/try2');
}

function try2(){
    $this->load->library('user_agent');
    $is_referal = $this->agent->is_referral();

    if($is_referal){
        echo $this->agent->referrer();
    }
}


Messages In This Thread
User_Agent library is not working? - by El Forum - 02-05-2011, 05:57 PM
User_Agent library is not working? - by El Forum - 02-05-2011, 07:25 PM
User_Agent library is not working? - by El Forum - 02-05-2011, 08:20 PM
User_Agent library is not working? - by El Forum - 02-05-2011, 08:31 PM
User_Agent library is not working? - by El Forum - 02-05-2011, 08:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB