Skip to content

Instantly share code, notes, and snippets.

@nveselinov
Created February 6, 2012 04:06
Show Gist options
  • Select an option

  • Save nveselinov/1749498 to your computer and use it in GitHub Desktop.

Select an option

Save nveselinov/1749498 to your computer and use it in GitHub Desktop.
How to Refresh Current Page in CodeIgniter
redirect($this->uri->uri_string());
@redenfire
Copy link

thanks

@right7ctrl
Copy link

good work, thanks

@SteeveDroz
Copy link

Nice, but what about redirect(current_url())?

@ChibuezeAgwuDennis
Copy link

Nice, but what about redirect(current_url())?

use return redirect()->to(current_url()) if you are using Codeigniter 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment