Hey guys here is the problem i am facing i have a User class which has two functions one login
www.abc.com/user/login
second the confirm_login
www.abc.com/user/confirm_login
now i want two things one when i go to confirm_login from login function as
$this->confirm_login();
URL does not changes, i want the URL to be as http://www.abc.com/home and also if some how i push refresh the page, url should keep me on the home page http://www.abc.com/home. Best Regards
use:
at the end of the function after it does the login processing.