Welcome Guest, Not a member yet? Register   Sign In
redirect function not working
#1

[eluser]EdemOne[/eluser]
i have been trying to create a login page but my session has not been working. the "redirect" function instead of taking me to the page i requested, it takes me back to the same page.
the problem here is that my redirect function is not working. can somebody please help me.
#2

[eluser]Otemu[/eluser]
Hi,

Paste your code so we can have a look.
#3

[eluser]Jason Hamilton-Mascioli[/eluser]
Try the native php redirect first to test if you are having a CI or syntax issue

Code:
header("Location: /redirect/page/here");
exit;
#4

[eluser]EdemOne[/eluser]
sorry guys for disturbing....i just found what was wrong with my code.




Theme © iAndrew 2016 - Forum software by © MyBB