Source Code: Database: Facebook Page: …
Tag: session in codeigniter, [vid_tags]
Xem Thêm Bài Viết Về Mẹo Hay Khác: https://meocongnghe.vn/meo-hay
Nguồn: https://meocongnghe.vn
Source Code: Database: Facebook Page: …
Tag: session in codeigniter, [vid_tags]
Xem Thêm Bài Viết Về Mẹo Hay Khác: https://meocongnghe.vn/meo-hay
Nguồn: https://meocongnghe.vn
Great xplanation..keep doing stuff lyk this..gud instructur..ure..🔥🙏
How to destroy the session now?
Thnku sir your vedio is good
But I think u all guys follow solution cone page also much better vedio . solution cone
Your awesome sir, this video is very helpful for me
Hi, thank you for your great tutorial , i just have problem sir, i am entering the correct username and password but i am not able to login , and it still going back to login session
Hi , I have a quesntion. In the code there are not all the boostrap folders in the css folder
season data haha great tut BTW!!!
Hey, brother thanks for the awesome tutorial however when I validate the credentials it can only validate the incorrect details even if the correct data is inserted it's still redirecting me to the index page as though I input wrong data, pls help..anyone?
Great tutorial. But I have to need how to logout with session. please link to your video.
Thank you
Great Video. Can I access the userdata I checked in the model to put them in the session from the login class? Or do I have to move the validator to the login class?
it worked great, but how would you create a logout?
I am new to coding and code igniter, while following this video and learn to code, I tried to log in, I get the following error: input->post('username'); $arr['password'] = md5($this->input->post('password')); return $this->db->get_where('users',$arr)->row(); } }
An uncaught Exception was encountered
Type: RuntimeException
Message: C:wampwwwtestapplicationmodels/User.php exists, but doesn't declare class User
Filename: C:wampwwwtestsystemcoreLoader.php
Line Number: 340
Backtrace:
File: C:wampwwwtestapplicationcontrollersadminLogin.php
Line: 12
Function: model
File: C:wampwwwtestindex.php
Line: 315
Function: require_once
Any help/advice is appreciated. Thanks in advance.
Great tutorial! But I have a problem implementing logout session and Im using $this->session->unset_userdata(admin). What suppose is the problem
In the construct function of Login.php , is 'admin' in '$this->session->userdata('admin') dynamic? I mean, for example, there are other valid admin users, if their username is not 'admin', is this code still applicable? Thank you and great videos by the way. Very helpful.
Great tutorial everything works fine. Thank you!
thank you so much . This really helped me a lot .
how can i retrieve session values?
How to redirect to default_controller? and I didn't get sir the use of set_userdata(); function…..
This is awesome bro Allah Bless you…. I think you should start laravel after Ci .. once it completed
It's really best tutorial for CodeIgniter.
Clear and easy explanation.
congrats sir[awesome teaching]!
i try it, that was working,
but it won't centre like what you do.
really really great tutorial. this is what i looking for! thanks you so much!
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: x
Filename: admin_view/view.php
Line Number: 2
Backtrace:
File: C:xampphtdocsPSAUapplicationviewsadmin_viewview.php
Line: 2
Function: _error_handler
File: C:xampphtdocsPSAUapplicationcontrollersLOGINdashboard.php
Line: 32
Function: view
File: C:xampphtdocsPSAUindex.php
Line: 315
Function: require_once
please help
That was clear and easy to follow thank's alot
i have question, i made table.php which is run a query in /application/views , when i try to run table.php in address bar its said: Forbidden
You don't have permission to access /ci/application/views/table.php on this server.
how do i solve this, Thank you