The following code does not work properly for the Codeigniter framework...
Its my View:
\'.$news_item[\'title\'].\'
You should have loaded the url_helper in your controller construct method or in the function that calls your view like this $this->load->helper('url')
and then in your view you should echo the site_url()
" > Back to Main `