Welcome Guest, Not a member yet? Register   Sign In
Base_url() code not working
#3

It could be a problem if you didn't load the URL helper in the controller (or autoload it if you regularly use it).
PHP Code:
$this->load->helper('url'); 
I think it will solve the problem.
Reply


Messages In This Thread
Base_url() code not working - by Jiji - 12-09-2014, 09:35 PM
RE: Base_url() code not working - by Dracula - 12-10-2014, 10:06 AM
RE: Base_url() code not working - by bw.balazs - 12-10-2014, 04:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB