Welcome Guest, Not a member yet? Register   Sign In
[Solved] Redirect Issue Codeigniter
#4

(12-17-2016, 03:12 AM)wolfgang1983 Wrote:
(12-17-2016, 03:05 AM)pdthinh Wrote:
PHP Code:
redirect("forum/$forum_id"); 

It worked like


PHP Code:
redirect('forum/' $forum_id); 


For some reason works on site_url('forum/') . $forum_id but not redirect('forum/') . $forum_id;

site_url() return string so concatenation works, but redirect will stop the current script.
Reply


Messages In This Thread
RE: Redirect Issue Codeigniter - by pdthinh - 12-17-2016, 03:05 AM
RE: Redirect Issue Codeigniter - by wolfgang1983 - 12-17-2016, 03:12 AM
RE: Redirect Issue Codeigniter - by pdthinh - 12-17-2016, 03:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB