Welcome Guest, Not a member yet? Register   Sign In
set a redirect with set_header?
#3

[eluser]NogDog[/eluser]
The URL helper includes a redirect() function. If you want to use set_header(), as far as I can tell it's just like using PHP's header() function:
Code:
$this->output->set_header("Location: http://www.example.com/page.php");


Messages In This Thread
set a redirect with set_header? - by El Forum - 04-10-2009, 08:14 PM
set a redirect with set_header? - by El Forum - 04-11-2009, 12:11 AM
set a redirect with set_header? - by El Forum - 04-11-2009, 12:18 AM
set a redirect with set_header? - by El Forum - 04-11-2009, 11:05 AM
set a redirect with set_header? - by El Forum - 04-11-2009, 11:18 AM
set a redirect with set_header? - by El Forum - 04-11-2009, 11:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB