Welcome Guest, Not a member yet? Register   Sign In
redirect() not working - any idea or hint??
#2

[eluser]Tpojka[/eluser]
CodeIgniter helper function redirect() uses PHP header() native function.
Nothing mustn't be sent to browser before redirect() nor echo like you have been echoing "x".
You can check it in system/helpers/url_helper.php ln 540 and ln 542.

Question is why do you need echo if you want to make redirect to another page.


Messages In This Thread
redirect() not working - any idea or hint?? - by El Forum - 02-09-2014, 04:13 AM
redirect() not working - any idea or hint?? - by El Forum - 02-09-2014, 08:07 AM
redirect() not working - any idea or hint?? - by El Forum - 02-10-2014, 02:03 AM
redirect() not working - any idea or hint?? - by El Forum - 02-10-2014, 04:03 AM
redirect() not working - any idea or hint?? - by El Forum - 02-10-2014, 04:39 AM
redirect() not working - any idea or hint?? - by El Forum - 02-10-2014, 10:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB