php - CodeIgniter base_url() not working in 000webhost.com -


i've uploaded web project using php codeigniter in 000webhost.com , works fine.

but there problem though. function base_url() not working.

why?

you need load url helper in controller

$this->load->helper('url') 

another better way autoload helper. edit config/autoload.php.


Comments

Popular posts from this blog

php - How to serve a file for download on WordPress -

how to share virtual sharepoint server and get it in host windows and visual studio? -