Welcome Guest, Not a member yet? Register   Sign In
Redirect to the same page?
#4

[eluser]John_Betong[/eluser]
 

Here is the code to redirect users back to where they were. (It allows users to see the page they were viewing in a different colour).

Code:
...
  ...
  ...
  // refresh the REFERRING page    
  $url = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : base_url();
  $url = empty($url) ? base_url() : $url;

  redirect($url, 'refresh');

}//endfunc


Messages In This Thread
Redirect to the same page? - by El Forum - 10-05-2010, 09:36 AM
Redirect to the same page? - by El Forum - 10-05-2010, 10:28 AM
Redirect to the same page? - by El Forum - 10-05-2010, 11:43 AM
Redirect to the same page? - by El Forum - 10-05-2010, 08:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB