Hello,
SInce we give the absolute path in the codeigniter mvc config file like http://localhost/../…, and when compiled with exeoutput and sent to other system, its not loading completely because of base_url is mismatching and not found in that system. How to correct this?
Hello,
I am not getting the setting which enables the textboxes to remeber previous inputs.
I checked “persistent cookies” but still they are not enabling.
My requirement is this. say example if I logged in with the user name “vikram” and password is “1234”, next time when I press “v”, it should...