Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Session Data lost when redirect to a view
Post: RE: Session Data lost when redirect to a view

Wouter60 Wrote: (06-19-2017, 10:05 PM) -- In CI, you can't redirect to a view. A view is loaded inside a controller function. If you redirect to another controller/function that doesn't load the sess...
5,327 Views
5 Replies
06-19-2017, 11:11 PM
hafizfarooq
    Thread: Session Data lost when redirect to a view
Post: Session Data lost when redirect to a view

I have setting a session in my controller  by using PHP Code: --            $this->load->model('user_m');            $ui = $this->user_m->login($username, $password);            if ($ui) {   ...
5,327 Views
5 Replies
06-19-2017, 01:45 PM
hafizfarooq
    Thread: unable to connect with CSS using base_URL and link_tag()
Post: RE: unable to connect with CSS using base_URL and ...

Thanks all... issue resolved with the following code $config['base_url'] = 'http://localhost/ciblog/';
16,074 Views
15 Replies
06-19-2017, 01:34 PM
hafizfarooq
    Thread: unable to connect with CSS using base_URL and link_tag()
Post: RE: unable to connect with CSS using base_URL and ...

Thanks Martin for the reply. I did it but not resolved the issue. base_url = 'localhost/ciblog'
16,074 Views
15 Replies
06-16-2017, 02:43 AM
hafizfarooq
    Thread: unable to connect with CSS using base_URL and link_tag()
Post: RE: unable to connect with CSS using base_URL and ...

The folowing way is working But when try to get it dynamically.... it not works
16,074 Views
15 Replies
06-15-2017, 11:35 PM
hafizfarooq
    Thread: unable to connect with CSS using base_URL and link_tag()
Post: RE: unable to connect with CSS using base_URL and ...

natanfelles Wrote: (06-15-2017, 07:00 PM) -- https://codeigniter.com/user_guide/helpers/url_helper.html (https://codeigniter.com/user_guide/helpers/url_helper.html) Use base_url('assets/css/bootst...
16,074 Views
15 Replies
06-15-2017, 11:34 PM
hafizfarooq
    Thread: unable to connect with CSS using base_URL and link_tag()
Post: RE: unable to connect with CSS using base_URL and ...

donpwinston Wrote: (06-15-2017, 04:54 PM) -- try -- Thanks for reply.. not worked .. :(
16,074 Views
15 Replies
06-15-2017, 10:57 PM
hafizfarooq
    Thread: unable to connect with CSS using base_URL and link_tag()
Post: unable to connect with CSS using base_URL and link...

I am trying to connect with my CSS using link_tag() but system is not connecting... no errors .. nothing happens Code: --                    Articles List                        H...
16,074 Views
15 Replies
06-15-2017, 02:33 PM
hafizfarooq

Theme © iAndrew 2016 - Forum software by © MyBB