37:29 Two things: - Instead of echoing the message and using exit(); after you should just use die("insert message here"); - After the if statement, you could just remove the else statement due the command inside the if statement, because if there is infact an error it will stop the script thus being useless to make an else and just continue the script normally Besides that loved it!
@halim61506 жыл бұрын
I managed to get my first job as a web developer after an internship and I owe you a lot, man. Your tutorials are clear, clean, and very useful.
@liamnacion33963 жыл бұрын
how do i get an intership?
@alanwilliams86224 жыл бұрын
I have spent hours trawling through the many KZbin tutorials on how to set up a login system using php. This is by far the most useful and comprehensive presentation. Very easy to follow. You clearly have a great depth of knowledge. When I first saw the tutorial duration of over an hour I was hesitant. You had me captured for the full extent of the course. Hats off to you mate.
@hrithik47336 жыл бұрын
Ideas for next tutorials.. *Adding security questions *PHPMailer *CURL *PHP Forum *SMS API (sms tokens) I like your videos..keep it coming
@alphagaming19956 жыл бұрын
Thanks teacher I really appreciate you and your tutorials.
@gayathriramanesh55873 жыл бұрын
woww..nvr seen such a quality content for free...hatss off.u rock daniel
@mudzimumudzimu73415 жыл бұрын
My guy you are one of the best php teachers here on youtube.May Mudzimu bless you .
@AntoninoFotiNYC4 жыл бұрын
Great Lesson. I do have 3 questions on the parts you have made an in video notice: 58:13 - Note to the viewer - I forgot to close the php using ; Is this correct (create-new-password.php):
@mikemaer4 жыл бұрын
For anyone getting the issue --- PHP Fatal error: Uncaught Error: Call to undefined function mysqli_stmt_get_result() --- You have to have the PHP extension "nd_mysqli" enabled. Took me a while to figure this out. Hope this helps save someone time~!
@amalkrishnasaha30714 жыл бұрын
i have similar problem, please can you elaborately explain how to enable nd_mysqli
@MarceloGomez286 жыл бұрын
I'm from Brazil and thanks to your videos, i got a job in PHP.
@Toxicblackmambahs4 жыл бұрын
This was perfect! I don't want to make a forget password system but instead I needed to know how to send and email by PHP with the click of a button. I am creating a sort of ticket system that will give users a reply via email.
@samybenothman76784 жыл бұрын
Use PHPMailer to do that
@ck00246 жыл бұрын
*I was waiting for this episode. I made a **_Signup_** and **_Login_** system by watching your previous video. I have also watched the whole playlist of PHP but couldn't understand one video where you explained **_How to upload and change profile picture._** Could you please make another video on that? Thank you for your all efforts and time. Learned a lot.*
@historymobile62105 жыл бұрын
You almost started my new career in web development. Thank you so much and please do more videos like it
@iamtafara6 жыл бұрын
You did this tutorial for me bro,, i have a reporting system that i developed using your tutorials, everything else works but i was stuck trying to figure out how to make reset password,,, u a freaking freaking genius,,
@bitmammothOG5 жыл бұрын
lol my name is also Terry and I feel the same + had similar issues hehe
@NIGHTMARE14125 жыл бұрын
25:20 isn't an hour 3600 seconds? 1800 seconds should be half an hour.
@BogdanTomasciuc4 жыл бұрын
Great tutorials! And to give something back: a) == break b) bind is an irregular verb so => bind / bound / bound not "binded". c) !== "pointy arrow thingies, they are called chevrons or angle brackets. But really amazing tutorials! :D
@bitmammothOG5 жыл бұрын
All of your teachings make this very easy to adapt to any needs :) thank you again!
@bitmammothOG5 жыл бұрын
this works even with phalcon using mvc and routing
@andrewcuster6498 Жыл бұрын
I 'actually' went through this twice, thoroughly. The first time as show, then I learned the OOP login system, then I went through this again and put it into the OOP paradigm. I did take some time from step to step to make sure I had it right, but it really wasn't too hard either. Thank you, it gave the codeholic in me a🙂 good fix and a good step forward.
@Mudi2783 Жыл бұрын
Wauw! Cudos to you!💯 I tried the same, because the rest of my website is all OOP. Unfortunately, I'm stuck at this part of the video: 1:10:31 if (!$row = mysqli_fetch_assoc($result)) For some reason I can not fetch the row inside my table. I hope I will find that annoying bug soon 😅
@olgaordina Жыл бұрын
Hey that's awesome you got it man. Unfortunately I get Linux notifications that this portion at 15:15 of code is outdated, granted it's an old video. I haven't had time to research the updated version yet, just wanted to comment and ask if you had recieved an updated version.
@peterdevtutorial5743 Жыл бұрын
The only challenge am facing is that the link for the password reset can only be send to Webmail server the reset password link can't be send to a Gmail and mostly people use Gmail so that was the challenge. I love your tutorial and I have been following for long time. Thanks may Almighty God bless you. Like right now am in school and those things you are saying is same thing so I found it simple.
@angelrico6406 жыл бұрын
I've been waiting for this video for so long! thank you man, you're the best at teaching PHP.
@fromsoftwareenjoyer457 Жыл бұрын
Hey Dani i just wanted to say that i'm learning so much things from your videos, thanks for this awesome content!
@davebudah5 жыл бұрын
Was never really inspired to to try webdev till I came across your channel. Thanks a lot.
@HarshdeepSingh-iz6gr6 жыл бұрын
We would love to have you teach us the other way of doing this (i.e. without tokens)... So, I'm eagerly waiting for it... And...... Get Well Soon!!!!
@mochasteak4 жыл бұрын
Such a great series of PHP tutorials. You are a great educator, thanks for doing this. Helped me immensely with my project.
@Timespider5 жыл бұрын
Great video Daniel. Don't stop saying *"Inside Of Here"* I like it, your easy to understand. I watched this as a refresher and it was just what I needed. I look forward to the next video, from down here in little old NZ.
@EssamMaccar4 жыл бұрын
This is the first time I comment on a tutorial ever .. your video cam handy to me and on time (This is one thing I need to thank you for) The other thing is your knowledge and the willing to share in a very nice organized way. I am from Egypt and am sending you lots of respect. Stay Blessed
@ankitkumardubey00952 жыл бұрын
How cool is this tutorial. Paid stuff for free!!! Thank you Dani.
@Felix-pr2el2 жыл бұрын
wait wait wait wait, 1800 seconds != 1 hour hehe its == 30 Minutes :) but nevertheless he is actually the best programming teacher i know on here thanks to you buddy, you make coding as easy as possible :) love watching ur videos
@philipbeukes3085 Жыл бұрын
Hi Dani, at 1:08:52 you mention you forgot to include the $currentDate but added it later off camera. Can you just show me where you added it please? I love the whole video, but if I cant follow 100% its not gonna help me... EDIT: wait sorry, after using my head I saw what I had to do. Its working PERFECTLY now!! Thanx for creating amazing videos!!
By far the most enjoyable tutorials on KZbin that I have experienced so far! Your voice is also very nice to listen to, and you have a nice equipment. Also, glad that you're using a camera, so the courses feel more natural. Your videos are helping me a lot in my CMS Website college project. Looking forward to more videos from you! :) Happy holidays!
@Uzealx3 жыл бұрын
Just wanted to give a shout out and a thank you. This tutorial was extremely easy to follow and I was able to incorporate this into my existing project without any problem. Thank you!!
@LouieB112 жыл бұрын
I must thank you for your generosity. I've been following your tutorials and like very much your method. Keep on that track!
@ceekayeee2 жыл бұрын
Inside of this video ;) you gave a lot of useful information (as usually). Thanks a lot!
@Ralyns3 жыл бұрын
Outstanding - thank you, like this better than my current temp password with forced change on login. Your tutorials have been the best I've watched. You don't just say do this, this and this - you also explain why and most don't do that. Suggested add - check to see if user exists before doing anything ;)
@khalil_art3 жыл бұрын
I was also wondering why he didn't check if the email actually exists in the database before inserting it into the "pwdReset" table !
@sebl2576 жыл бұрын
Best/clear voice and best breakdown/explanation. Keep up the good work bruuh!
@qsmfoui5 жыл бұрын
This tutorial is so informative, well understandable and just nice to watch. I never saw a tutorial like those. Thank you :)
@videodude53374 жыл бұрын
As a beginner I found this video very useful. Thank you very much!
@jmvarquez6 жыл бұрын
For me, this is the most powerful tutorial. keep it up.
@richytechsolutions6 жыл бұрын
I would like to request for a video on how to create a Php blog and also admin panel for it. Thanks alot for your awesome tutorials.
@fash93403 жыл бұрын
You are a perfect teacher. Thank you for all
@ams00636 жыл бұрын
Thanks for the video. I created my forgot password system about 6 months before. It uses OTP system and it’s working awesome. Still awesome video. I learned a bit more
@mailamanebath32223 жыл бұрын
Wonderful tutorial...Excellent teacher. Thank you for helping out. You are appreciated
@denniswilliamsjr56464 жыл бұрын
Thank you soooo much Dani Krossing! I've been trying to figure out for the longest why php mail function doesn't send emails and how to configure it to send emails.
@testermalupeter99725 жыл бұрын
you are very helpful to us, as a beginner keep it up bro. thumbs up
@nameshd6583 жыл бұрын
Thanks Dani... Superb Tutorial
@dijiflex5 жыл бұрын
I loved the video. It worked for me though for me i used PHP mailer to send the email. KEEP IT UP. I love how you explain the concepts in a very simple way
@pcprodoc2 жыл бұрын
Very very useful Dani. Thank. I hope to impliment this on my site(s) soon. I still need a profile page yet.
@renhaorh4 жыл бұрын
I've seen your all most of the tutorials from start to now, thank you for such a informative and useful video!! I had been paid for the lesson tutorials, learn a lots. Looked forward to the newest video come out, support you!!! And thank you for sharing and teaching in youtube ~
@GerritforBazeja5 жыл бұрын
First...I love all your Video's on PHP, HTML, CSS! Tnx. I like you to make a video on: How to create *"Authorized Users" and *"Access to Pages"; so you can decide on which page members have entrance or not! I think it's a nice follow-up on your Login System ! thank's in advance, Gerrit (webmaster Bazeja)
@vimukthaariyasinghe80414 жыл бұрын
This is marvelous.but user need to be a existing user who was already signed up in the system.this does not check against it.anyway appreciate ur work.i have learned a lot from you. Keep it up. Huge thumbs up 👍
@98toxic16 жыл бұрын
Awesome! Can't wait to run though this tonight. Btw, idea that I would like to eventually see is interaction with session users like maybe a chat system or something. You have the best content, thanks for all your tutorials!
@devwithbrian1534 Жыл бұрын
Thanks Dani
@mohamedAmine-ml4so4 жыл бұрын
pro tutorial thanks well explained better than many college teachers , +1 subscriber
@murangirimaron36324 жыл бұрын
Great work thanks alot for the goodwork. Success and error messages are not displaying yet there is no error and I have done it exactly as you did.
@soumikbhattacharya89386 жыл бұрын
Great man... Really waiting for your upcoming php videos.. You are the best👍
@andrisb.2 жыл бұрын
This is the best tutorial! Very helpful!
@besllu81164 жыл бұрын
Great, now I am pronouncing "password" just like you.
@StannYo11 ай бұрын
Great tutorial, thanks for your work
@briangichuhi64295 жыл бұрын
hats off for you my man....i appreciate your work and effort you put in your tutorials.
@obywin4 жыл бұрын
Amazing job on teaching others!
@chernettariku19755 жыл бұрын
I am waiting for your user profile tutorial when are you going to release it?
@tomaszgasecki Жыл бұрын
Oldie but Goldie
@gregwalker21514 жыл бұрын
Excellent work Dani. Very clearly explained and very good information. It really does make life easier. Thanks.
@gherna13 жыл бұрын
Keep up the good work! Excellent tutorials.
@Ner4004 жыл бұрын
Hey, I learnt a lot with you video. I implemented your algorithm with Angularr as Frontend and PHP as Backend. Thank you very much :)
@MusikXFreakXLycrise6 жыл бұрын
I finally finished and understood the video. Thanks for the great tutorials !
@lars75136 жыл бұрын
I searched after this video and then i found this you posted right now xD
@RobbinWesterlund5 жыл бұрын
Im loving your tuts... when is next episode??? Give me more!!!!
@atom99255 жыл бұрын
Thank you man for you videos . But in e-mail if you don't have HTTPS in url-reset-link you can't click it. ( You probably know, but it's complicated and long to explain ) Thanks again, you are a treasure .
@joselorenzo47906 жыл бұрын
Great and dynamic tutorials. Please keep sharing your videos, Thank you!
@lahcenaouina Жыл бұрын
THank you so so much I learnt alot of things Clean Code THANK AGAIN ! Teacher
@lahcenaouina Жыл бұрын
Please can u do more tutorials like this it's really helpful , like e-store
@dinesh07436 жыл бұрын
Thank you it is very helpful.., I love to watch all your tutorials
@historymobile62105 жыл бұрын
man, you are a fuck**g legend. no one does this kind of videos so easy and most of all educative way. thank you and keep it up
@ademineshat6 жыл бұрын
Thank you! In the PHP Section I think there was enough to learn, even there is much more. So, i will repeat my Idea, that I wrote somewhere else in your Videos... "Why not to make a video or Playlist like "Learn PHP, MySQL, Javascript,Ajax,JQuery, including basics of HTML and CSS"". So all them together in, of course not to repeat the videos or tutorials you allready did. Anyway, its just an Idea:)
@Dani_Krossing6 жыл бұрын
I think it was your comment that made me decide to create a new playlist for each course, ment for project based videos like the I uploaded here. I have been working on recreating the structure of my courses so they would only have lessons related to learning the language in them :) in short, yes I remember your comment and I'm looking into it ;)
@emilsamsarov23025 жыл бұрын
Outstanding and incredibly clear. Thanks, man! Keep running! :)
@mustafaaliraqicenter64805 жыл бұрын
Thank you for this tutorial ...
@danushadhaamarasekera721510 ай бұрын
thank you so much brother , bless you
@sonykresna87796 жыл бұрын
Superrr likeeee... Im whacing your videos fromm indonesiaa
@gotterdammerung18373 жыл бұрын
Thank you, you saved my FYP :)
@marcbeckerton38984 жыл бұрын
I asked on the login tutorial if you do a forgotten password link and just like magic, here it is lol
@dkcgi85985 жыл бұрын
Much respect. Thank you for your lessons.
@visualdad94534 жыл бұрын
that was a very well explained video :). Thank you very much for such content!
@rajuhaque63216 жыл бұрын
sir this is excellent. keep on doing the good work
@mehdisaid14725 жыл бұрын
I do like before watching, thanks bro !
@jiayinfan38394 жыл бұрын
Thank you for sharing ! I love your video and keep it going !
@_alexlazar_4 жыл бұрын
at 1:15:07 is the whole "SELECT * FROM users WHERE usersEmail = ?;" & its section necessary?
@Visionconcept7 ай бұрын
Great developer, thanks
@milk5634 жыл бұрын
For anyone viewing this in 2020, you can do your prepared statements as such: if ($stmt = $con->prepare('SELECT * FROM users WHERE email=?')) { $stmt->bind_param('s', $email); $stmt->execute(); } //For results add: $result = $stmt->get_result(); while ($row = $result->fetch_assoc()) { //code here } Remember the while loop will run as many times as there are # of results / rows
@jmarkula5 жыл бұрын
I got this work, though i got PHP version problems with this, but it did reset my password with PHP 7.2, once i made some configurations on it... It worked perfectly with my own database, which is much more different, than your version of login system, but i got the point while coding...only i took database config for resetting, and it seemed work just as it should be.
@Assadulababur4 жыл бұрын
Thank you so much, can't believe for this detailed tutorial.
@80sGameGuy4 жыл бұрын
Great tutorial! I got it running. One thing to note, my version of mySQL doesn't allow table names to be capitalized, yet you named your table pwdReset , this throws a table not found error on my machine. To find and capture mysqli errors append mysqli_stmt_error($stmt) to your error message.
@nwebempatrick68916 жыл бұрын
Thanks so much for keeping to your promise, Mate! Thank you, my teacher, for you are the best!!!
@travmays68104 жыл бұрын
Thanks a lot mate! You're a legend!
@manojsaharia87256 жыл бұрын
Thank you Sir.. for this great tutorial..
@divineamos32962 жыл бұрын
Thanks for this a lot. could you please make a video on email verification with this method?
@chrisdsouza076 жыл бұрын
1:14:51. Please note the correction. Its pwdResetEmail and not pwdRestEmail.
@pbenikovszky14 жыл бұрын
46:20 I think they are called less than and greater than signs :)
@LeonSafal6 жыл бұрын
thanks a lot i was searching for this a lot and i am so happy that i got it from you 😀😀
@kgarvey21472 жыл бұрын
A great tutorial, well explained. The code I've patterned after yours fails at the point of fetching the row from the result object, and I've spent two days trying to figure out why. My error trapping shows everything is good up to the creation of the result object, but no row can be fetched. Since the table only has one row, and the result object instantiates without error, why can't I pull the row out of it? I've tried various mysqli_fetch alternatives. They all fail. I've researched the crap out this and nothing. Sure could use some help if you have any suggestions.
@MikkelHebel Жыл бұрын
I have the same problem. Did you find any solutions?