CodeIgniter-extensions My extensions of CodeIgniter. Just put the MY_url_helper.php in application/helpers and you're good to go. This code makes the user redirect to previous page. $this->load->helper('url'); redirect_back();