How To Create A Forgotten Password System In PHP | Password Recovery By Email In PHP | PHP Tutorial

  Рет қаралды 214,455

Dani Krossing

Dani Krossing

Күн бұрын

Пікірлер
@SkyLinerPT
@SkyLinerPT 6 жыл бұрын
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!
@halim6150
@halim6150 6 жыл бұрын
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.
@liamnacion3396
@liamnacion3396 3 жыл бұрын
how do i get an intership?
@alanwilliams8622
@alanwilliams8622 4 жыл бұрын
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.
@hrithik4733
@hrithik4733 6 жыл бұрын
Ideas for next tutorials.. *Adding security questions *PHPMailer *CURL *PHP Forum *SMS API (sms tokens) I like your videos..keep it coming
@alphagaming1995
@alphagaming1995 6 жыл бұрын
Thanks teacher I really appreciate you and your tutorials.
@gayathriramanesh5587
@gayathriramanesh5587 3 жыл бұрын
woww..nvr seen such a quality content for free...hatss off.u rock daniel
@mudzimumudzimu7341
@mudzimumudzimu7341 5 жыл бұрын
My guy you are one of the best php teachers here on youtube.May Mudzimu bless you .
@AntoninoFotiNYC
@AntoninoFotiNYC 4 жыл бұрын
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):
@mikemaer
@mikemaer 4 жыл бұрын
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~!
@amalkrishnasaha3071
@amalkrishnasaha3071 4 жыл бұрын
i have similar problem, please can you elaborately explain how to enable nd_mysqli
@MarceloGomez28
@MarceloGomez28 6 жыл бұрын
I'm from Brazil and thanks to your videos, i got a job in PHP.
@Toxicblackmambahs
@Toxicblackmambahs 4 жыл бұрын
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.
@samybenothman7678
@samybenothman7678 4 жыл бұрын
Use PHPMailer to do that
@ck0024
@ck0024 6 жыл бұрын
*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.*
@historymobile6210
@historymobile6210 5 жыл бұрын
You almost started my new career in web development. Thank you so much and please do more videos like it
@iamtafara
@iamtafara 6 жыл бұрын
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,,
@bitmammothOG
@bitmammothOG 5 жыл бұрын
lol my name is also Terry and I feel the same + had similar issues hehe
@NIGHTMARE1412
@NIGHTMARE1412 5 жыл бұрын
25:20 isn't an hour 3600 seconds? 1800 seconds should be half an hour.
@BogdanTomasciuc
@BogdanTomasciuc 4 жыл бұрын
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
@bitmammothOG
@bitmammothOG 5 жыл бұрын
All of your teachings make this very easy to adapt to any needs :) thank you again!
@bitmammothOG
@bitmammothOG 5 жыл бұрын
this works even with phalcon using mvc and routing
@andrewcuster6498
@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
@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
@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
@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.
@angelrico640
@angelrico640 6 жыл бұрын
I've been waiting for this video for so long! thank you man, you're the best at teaching PHP.
@fromsoftwareenjoyer457
@fromsoftwareenjoyer457 Жыл бұрын
Hey Dani i just wanted to say that i'm learning so much things from your videos, thanks for this awesome content!
@davebudah
@davebudah 5 жыл бұрын
Was never really inspired to to try webdev till I came across your channel. Thanks a lot.
@HarshdeepSingh-iz6gr
@HarshdeepSingh-iz6gr 6 жыл бұрын
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!!!!
@mochasteak
@mochasteak 4 жыл бұрын
Such a great series of PHP tutorials. You are a great educator, thanks for doing this. Helped me immensely with my project.
@Timespider
@Timespider 5 жыл бұрын
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.
@EssamMaccar
@EssamMaccar 4 жыл бұрын
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
@ankitkumardubey0095
@ankitkumardubey0095 2 жыл бұрын
How cool is this tutorial. Paid stuff for free!!! Thank you Dani.
@Felix-pr2el
@Felix-pr2el 2 жыл бұрын
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
@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!!
@ereh_yeager
@ereh_yeager Жыл бұрын
can you tell me where did you put it please?
@MikkelDollas
@MikkelDollas Жыл бұрын
mysqli_stmt_bind_param($stmt, "ss", $selector, $currentDate);
@prelogboy
@prelogboy 6 жыл бұрын
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!
@Uzealx
@Uzealx 3 жыл бұрын
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!!
@LouieB11
@LouieB11 2 жыл бұрын
I must thank you for your generosity. I've been following your tutorials and like very much your method. Keep on that track!
@ceekayeee
@ceekayeee 2 жыл бұрын
Inside of this video ;) you gave a lot of useful information (as usually). Thanks a lot!
@Ralyns
@Ralyns 3 жыл бұрын
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_art
@khalil_art 3 жыл бұрын
I was also wondering why he didn't check if the email actually exists in the database before inserting it into the "pwdReset" table !
@sebl257
@sebl257 6 жыл бұрын
Best/clear voice and best breakdown/explanation. Keep up the good work bruuh!
@qsmfoui
@qsmfoui 5 жыл бұрын
This tutorial is so informative, well understandable and just nice to watch. I never saw a tutorial like those. Thank you :)
@videodude5337
@videodude5337 4 жыл бұрын
As a beginner I found this video very useful. Thank you very much!
@jmvarquez
@jmvarquez 6 жыл бұрын
For me, this is the most powerful tutorial. keep it up.
@richytechsolutions
@richytechsolutions 6 жыл бұрын
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.
@fash9340
@fash9340 3 жыл бұрын
You are a perfect teacher. Thank you for all
@ams0063
@ams0063 6 жыл бұрын
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
@mailamanebath3222
@mailamanebath3222 3 жыл бұрын
Wonderful tutorial...Excellent teacher. Thank you for helping out. You are appreciated
@denniswilliamsjr5646
@denniswilliamsjr5646 4 жыл бұрын
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.
@testermalupeter9972
@testermalupeter9972 5 жыл бұрын
you are very helpful to us, as a beginner keep it up bro. thumbs up
@nameshd658
@nameshd658 3 жыл бұрын
Thanks Dani... Superb Tutorial
@dijiflex
@dijiflex 5 жыл бұрын
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
@pcprodoc
@pcprodoc 2 жыл бұрын
Very very useful Dani. Thank. I hope to impliment this on my site(s) soon. I still need a profile page yet.
@renhaorh
@renhaorh 4 жыл бұрын
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 ~
@GerritforBazeja
@GerritforBazeja 5 жыл бұрын
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)
@vimukthaariyasinghe8041
@vimukthaariyasinghe8041 4 жыл бұрын
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 👍
@98toxic1
@98toxic1 6 жыл бұрын
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
@devwithbrian1534 Жыл бұрын
Thanks Dani
@mohamedAmine-ml4so
@mohamedAmine-ml4so 4 жыл бұрын
pro tutorial thanks well explained better than many college teachers , +1 subscriber
@murangirimaron3632
@murangirimaron3632 4 жыл бұрын
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.
@soumikbhattacharya8938
@soumikbhattacharya8938 6 жыл бұрын
Great man... Really waiting for your upcoming php videos.. You are the best👍
@andrisb.
@andrisb. 2 жыл бұрын
This is the best tutorial! Very helpful!
@besllu8116
@besllu8116 4 жыл бұрын
Great, now I am pronouncing "password" just like you.
@StannYo
@StannYo 11 ай бұрын
Great tutorial, thanks for your work
@briangichuhi6429
@briangichuhi6429 5 жыл бұрын
hats off for you my man....i appreciate your work and effort you put in your tutorials.
@obywin
@obywin 4 жыл бұрын
Amazing job on teaching others!
@chernettariku1975
@chernettariku1975 5 жыл бұрын
I am waiting for your user profile tutorial when are you going to release it?
@tomaszgasecki
@tomaszgasecki Жыл бұрын
Oldie but Goldie
@gregwalker2151
@gregwalker2151 4 жыл бұрын
Excellent work Dani. Very clearly explained and very good information. It really does make life easier. Thanks.
@gherna1
@gherna1 3 жыл бұрын
Keep up the good work! Excellent tutorials.
@Ner400
@Ner400 4 жыл бұрын
Hey, I learnt a lot with you video. I implemented your algorithm with Angularr as Frontend and PHP as Backend. Thank you very much :)
@MusikXFreakXLycrise
@MusikXFreakXLycrise 6 жыл бұрын
I finally finished and understood the video. Thanks for the great tutorials !
@lars7513
@lars7513 6 жыл бұрын
I searched after this video and then i found this you posted right now xD
@RobbinWesterlund
@RobbinWesterlund 5 жыл бұрын
Im loving your tuts... when is next episode??? Give me more!!!!
@atom9925
@atom9925 5 жыл бұрын
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 .
@joselorenzo4790
@joselorenzo4790 6 жыл бұрын
Great and dynamic tutorials. Please keep sharing your videos, Thank you!
@lahcenaouina
@lahcenaouina Жыл бұрын
THank you so so much I learnt alot of things Clean Code THANK AGAIN ! Teacher
@lahcenaouina
@lahcenaouina Жыл бұрын
Please can u do more tutorials like this it's really helpful , like e-store
@dinesh0743
@dinesh0743 6 жыл бұрын
Thank you it is very helpful.., I love to watch all your tutorials
@historymobile6210
@historymobile6210 5 жыл бұрын
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
@ademineshat
@ademineshat 6 жыл бұрын
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_Krossing
@Dani_Krossing 6 жыл бұрын
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 ;)
@emilsamsarov2302
@emilsamsarov2302 5 жыл бұрын
Outstanding and incredibly clear. Thanks, man! Keep running! :)
@mustafaaliraqicenter6480
@mustafaaliraqicenter6480 5 жыл бұрын
Thank you for this tutorial ...
@danushadhaamarasekera7215
@danushadhaamarasekera7215 10 ай бұрын
thank you so much brother , bless you
@sonykresna8779
@sonykresna8779 6 жыл бұрын
Superrr likeeee... Im whacing your videos fromm indonesiaa
@gotterdammerung1837
@gotterdammerung1837 3 жыл бұрын
Thank you, you saved my FYP :)
@marcbeckerton3898
@marcbeckerton3898 4 жыл бұрын
I asked on the login tutorial if you do a forgotten password link and just like magic, here it is lol
@dkcgi8598
@dkcgi8598 5 жыл бұрын
Much respect. Thank you for your lessons.
@visualdad9453
@visualdad9453 4 жыл бұрын
that was a very well explained video :). Thank you very much for such content!
@rajuhaque6321
@rajuhaque6321 6 жыл бұрын
sir this is excellent. keep on doing the good work
@mehdisaid1472
@mehdisaid1472 5 жыл бұрын
I do like before watching, thanks bro !
@jiayinfan3839
@jiayinfan3839 4 жыл бұрын
Thank you for sharing ! I love your video and keep it going !
@_alexlazar_
@_alexlazar_ 4 жыл бұрын
at 1:15:07 is the whole "SELECT * FROM users WHERE usersEmail = ?;" & its section necessary?
@Visionconcept
@Visionconcept 7 ай бұрын
Great developer, thanks
@milk563
@milk563 4 жыл бұрын
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
@jmarkula
@jmarkula 5 жыл бұрын
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.
@Assadulababur
@Assadulababur 4 жыл бұрын
Thank you so much, can't believe for this detailed tutorial.
@80sGameGuy
@80sGameGuy 4 жыл бұрын
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.
@nwebempatrick6891
@nwebempatrick6891 6 жыл бұрын
Thanks so much for keeping to your promise, Mate! Thank you, my teacher, for you are the best!!!
@travmays6810
@travmays6810 4 жыл бұрын
Thanks a lot mate! You're a legend!
@manojsaharia8725
@manojsaharia8725 6 жыл бұрын
Thank you Sir.. for this great tutorial..
@divineamos3296
@divineamos3296 2 жыл бұрын
Thanks for this a lot. could you please make a video on email verification with this method?
@chrisdsouza07
@chrisdsouza07 6 жыл бұрын
1:14:51. Please note the correction. Its pwdResetEmail and not pwdRestEmail.
@pbenikovszky1
@pbenikovszky1 4 жыл бұрын
46:20 I think they are called less than and greater than signs :)
@LeonSafal
@LeonSafal 6 жыл бұрын
thanks a lot i was searching for this a lot and i am so happy that i got it from you 😀😀
@kgarvey2147
@kgarvey2147 2 жыл бұрын
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
@MikkelHebel Жыл бұрын
I have the same problem. Did you find any solutions?
@Mudi2783
@Mudi2783 Жыл бұрын
Me too😢@Dani_Krossing Please help us!🙏
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Send Emails with PHP & Gmail
4:23
howCode
Рет қаралды 222 М.
PHP Password Reset by Email
20:56
Dave Hollingworth
Рет қаралды 68 М.
Мастер и Мандарины - Уральские Пельмени
1:34:39
Уральские Пельмени
Рет қаралды 973 М.
PHP Email Verification - Tutorial by Mailtrap
7:13
Mailtrap
Рет қаралды 6 М.
Новый год 2025 на ТНТ "ComedyVision!" @ComedyClubRussia
1:16:27
NATO intercepts Russian planes / Strike on the marines
14:04
NEXTA Live
Рет қаралды 978 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН