Helpful tips
How to get current url with query string in CodeIgniter?
How to get current url with query string in CodeIgniter? Example: Read Also: Codeigniter - How to get current url in controller or view? $this->load->helper('url'); $currentURL = current_url(); How to…