Welcome Guest, Not a member yet? Register   Sign In
Login Question Codeigniter with Google API
#5

PHP Code:
<?php

class Test extends MY_Controller
{
    public function 
__construct()
    {
        
parent::__construct();
    }

    public function 
page1() {
        echo 
'<a href="'.base_url('test/page2').'#i_like_cookies">Page 2</a>';
    }
    
    public function 
page2() {
        
redirect('test/page3'); 
    }
    
    public function 
page3() {
        echo 
'look at the url :)';
    }


@wolfgang1983 do you need an explain? Some of you links has # Tongue
Reply


Messages In This Thread
RE: Login Question Codeigniter with Google API - by Paradinight - 05-26-2017, 09:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB