Get URL data using Codeigniter

public function url()
{
       $this->load->helper('url');
       $currentURL = current_url();
       $data['params'] = $_SERVER['QUERY_STRING'];

       $fullURL = $currentURL . '?' . $params;
       $category = $data['params'];
}

Leave a Reply

Your email address will not be published. Required fields are marked *