Welcome Guest, Not a member yet? Register   Sign In
function in controller not working. Could be a problem with URL?
#3

[eluser]Zombie1[/eluser]
It's ok I've managed to sort the problem. It was my base url in my config file.

I've changed;

$config['base_url'] = 'http://localhost/Codeigniter/';

To:

$config['base_url'] = 'http://localhost/Codeigniter/index.php/';

and it works fine now. Thanks anyway hot_sauce.


Messages In This Thread
function in controller not working. Could be a problem with URL? - by El Forum - 06-24-2014, 03:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB