hi! i'm a beginner in php and was just familiar with express and react till now so i thought about jumping straight to projects and your videos are a gem thanks
Hi, thanks for your labour i learnt a lot on this video. May i ask that, is that login management system is safe? I mean is there any other ways to increase our security? Or is that enough? I'm brandly new to CodeIgniter. I learnt CRUD functions and basics of CodeIgniter. But i don't know anything about security of projects i made. Thanks for your interest. I will be waiting for your answer.
Firstly thanks for appreciating the efforts, I hope it helped you. Security can be added to the form, XSS clean & real_escape can be implemented to avoid sql injection
I am used to the PHP where we had to sanitize entries like ($password = mysqli_real_escape_string($conn, $password);). My question is why are we not doing this here? and does it mean we a compromising security or is the form secure without us doing naything?
It is must. As I am teaching it keeping beginners in mind, in this video I have not sanitize the data, as this may confuse them. But in future coming videos I will post videos on securing sites from XSS attacks / SQL injection There we will discuss this in depth
@@firdausrashid7678 It was awhile ago, so i cant remember exactly what was going on but there was a die() somewhere in the code that was not meant to be there.
@@SolutionConeOfficial No dear, I am not. In fact, I watched them all. Would not it be better off to change the title of the video so "beginners" don´t fall for it? Just saying.
hi! i'm a beginner in php and was just familiar with express and react till now
so i thought about jumping straight to projects and
your videos are a gem thanks
Simply superb, Comparatively other videos I feel this is d one of best video. Thank u so much brother.
You are most welcome
Subscribe our channel
simply superb sir,it is helping alot.thank you.....
Welcome 🙏🏻
Absolutely helpful. Thanks from Ceylon.
You are most welcome 🙏🏻 love from 🇮🇳
great video thanks for your effort
Thanks a lot
very helpful for beginners like me... thanks :)
Thanks & welcome to Solutioncone.
Hope you subscribe our channel for more
Could you make a complete authentication system in codeigniter? Thank you in advance!
*******BEST CI TUTORIAL EVER ********
Thanks a lot.
Sure I will. Make sure you subscribe my channel & press the bell 🔔 icon.
Your my codeigniter teacher. All videos are toooo clear to me. But Flashdata automatically view, while refresh Page, it's not hide
Thanks for appreciating
Thanks 😊😘
Welcome
can u help me? when i put the validation code for login, the invalid credential alert will already pop up even though im not login yet
If you are using php8 version then flashdata will not work
Hi, thanks for your labour i learnt a lot on this video. May i ask that, is that login management system is safe?
I mean is there any other ways to increase our security? Or is that enough?
I'm brandly new to CodeIgniter. I learnt CRUD functions and basics of CodeIgniter. But i don't know anything about security of projects i made. Thanks for your interest. I will be waiting for your answer.
Firstly thanks for appreciating the efforts, I hope it helped you.
Security can be added to the form, XSS clean & real_escape can be implemented to avoid sql injection
I am used to the PHP where we had to sanitize entries like ($password = mysqli_real_escape_string($conn, $password);). My question is why are we not doing this here? and does it mean we a compromising security or is the form secure without us doing naything?
It is must. As I am teaching it keeping beginners in mind, in this video I have not sanitize the data, as this may confuse them.
But in future coming videos I will post videos on securing sites from XSS attacks / SQL injection
There we will discuss this in depth
@@SolutionConeOfficial thank you so much you have introduced me to code igniter and I love your video
You are most welcome to Solutioncone... hope you subscribe our channel for more
When i login with invalid credentials it pops me to a page that just says 'Invalid Credentials' and never actually redirects me, why?
Sometimes it’s not working possibly due to headers buffer.
You can write ob_start() as 1st line in your controller
@@SolutionConeOfficial i had a die() that was messing things up, thanks for the prompt reply.
Cool 😎
I case you have any queries feel free to ask in comments
@@FAILG0AT bro, how did u fixed it? I face the same problem
@@firdausrashid7678 It was awhile ago, so i cant remember exactly what was going on but there was a die() somewhere in the code that was not meant to be there.
foe that grapg is not visible in my page
when I m giving input it is showing a 404 error
plz help
and the database schema ?
You need any help on schema?
What is the use of the helper? What’s the url?
Helpers are like function made to be reused
where is the database?
For beginners you said? ...lol
Yes.
Beginners to advance
If you finding difficult than watch series from start
Than watch mini project
@@SolutionConeOfficial No dear, I am not. In fact, I watched them all. Would not it be better off to change the title of the video so "beginners" don´t fall for it? Just saying.
Videos are designed for beginners, and to sharpen their skills we implemented a mini project.
bro u have to watch the full series