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

(This post was last modified: 12-17-2016, 03:13 AM by wolfgang1983.)

(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;
There's only one rule - please don't tell anyone to go and read the manual.  Sometimes the manual just SUCKS!
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