Welcome Guest, Not a member yet? Register   Sign In
location.href in CI ??
#1

[eluser]mohsin917[/eluser]
Is there anything in CI that can perform the functionality of this [removed]

Code:
[removed]
location.href='http://localhost/myweb/index.php';

That can redirect the page in other words?
#2

[eluser]Twisted1919[/eluser]
Code:
$this->load->helper('url');
redirect('controller/method');
#3

[eluser]mohsin917[/eluser]
Thanx....




Theme © iAndrew 2016 - Forum software by © MyBB