PHP Account Activation by Email: Require the User to Confirm their Email Before They Can Log In

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 52

  • @ahooton
    @ahooton 10 หลายเดือนก่อน +2

    Hi Dave, I've worked through your PHP courses which eventually lead to me learning Laravel and completing my first project using this framework. I found the framework quite easy to grasp and had an idea of what goes on under the hood. This is all thanks to your teaching. I would recommend to anyone that they first learn PHP / MVC, then move onto a framework when you understand the concepts. These videos are a nice refresher of the topics I first learnt from you. Thanks!

  • @RoterFruchtZwerg
    @RoterFruchtZwerg 9 หลายเดือนก่อน +4

    Be aware that some e-mail providers actually try to access links sent in mails in order to scan these for malware. This might introduce a security issue here. Having a user actually pressing a button to confirm the token would be better. GET shouldn't modify users data 😉

    • @EricsWormPlayground
      @EricsWormPlayground 2 หลายเดือนก่อน

      This is an interesting point. Maybe a small math problem would be enough to confirm they are human enough.

  • @elvis_v
    @elvis_v 10 หลายเดือนก่อน +2

    Hey Dave, thanks for your videos, they are the perfect starting point for me learning PHP. I saw on your profile you are open to ideas for new videos. I have looked for a video about how to learn (the right way) to built some kind of time booking logic. For example managing appointments or booking meeting rooms, etc. But haven't been able to find one, which is near the quality of your content. It could be a very generic solution just to showcase how the proper approach to such a project would be. Basically just CRUD for time bookings, doesn't even have to be shown on a calender in the front-end or something.

    • @dave-hollingworth
      @dave-hollingworth  10 หลายเดือนก่อน +2

      Great idea - I do have a PHP CRUD video on my list, I'll see if I can get round to doing it sooner rather than later

  • @mlindatech
    @mlindatech 10 หลายเดือนก่อน +1

    I have just received a notification of the video...❤. Just watching it now...man you are a great teacher. You are straight to the point no blah blah 😅😅

  • @dave-hollingworth
    @dave-hollingworth  10 หลายเดือนก่อน +1

    This is part 3. Part 1 is here: Signup and Login with PHP and MySQL:
    ‣ th-cam.com/video/5L9UhOnuos0/w-d-xo.html
    and part 2 is here: PHP Password Reset by Email:
    ‣ th-cam.com/video/R9bfts9ZFjs/w-d-xo.html

  • @garminizator
    @garminizator 10 หลายเดือนก่อน +3

    Mate, may I suggest a tutorial on creating/displaying more user-friendly URLs in PHP? These PHP tutorials of yours have been of a huge assistance for me and I'm at a point at which I should really get the user-friendly URLs done to hide the IDs and PHP files from the URL and I'd love to see such tutorial from you as your explanations are beyond fantastic. And thank you for this tutorial as well, this too is something I needed and was about to start looking things up online on how to get it done, but now I won't need to since everything I need is right here.

    • @dave-hollingworth
      @dave-hollingworth  10 หลายเดือนก่อน +1

      That's a great idea - I am doing this as part of my upcoming PHP MVC course update, but a standalone video on TH-cam will fit well I think. Thank you for the suggestion!

    • @tanzimibthesam5861
      @tanzimibthesam5861 10 หลายเดือนก่อน

      ​@@dave-hollingworth hae Dave will update be for mvc course ?

    • @dave-hollingworth
      @dave-hollingworth  10 หลายเดือนก่อน

      @@tanzimibthesam5861 Yes I'm currently working on updating the MVC course

  • @collenzaligway4458
    @collenzaligway4458 10 หลายเดือนก่อน

    This is a great video. Keep doing this man, will support you

  • @danieligbinidu6880
    @danieligbinidu6880 10 หลายเดือนก่อน +1

    Cool video from a great teacher 😎😄

  • @joosepkunder
    @joosepkunder 10 หลายเดือนก่อน +1

    Thank you, Dave! It is useful.:)

  • @sarmadkinany4867
    @sarmadkinany4867 10 หลายเดือนก่อน +2

    I love your lessons and videos! Thank you for putting the time and effort in creating them! One question: any chance you could provide some info (release date) of “php MVC Framework from scratch” course adapted for php8?

    • @dave-hollingworth
      @dave-hollingworth  10 หลายเดือนก่อน +2

      I can't give a specific date, but I am working on it right now - I would hope in the next month or two!

    • @sarmadkinany4867
      @sarmadkinany4867 10 หลายเดือนก่อน +2

      @@dave-hollingworth that is good info, thank you! :)

  • @boulaidabdessamad9003
    @boulaidabdessamad9003 4 หลายเดือนก่อน

    This is a helpful tutorial, i can't install phpmailer with composer, i'll look for the files to include and i will give it a try

  • @HashimJAVEDBUTT-ip7jm
    @HashimJAVEDBUTT-ip7jm 10 หลายเดือนก่อน

    Excellent 👍 Teacher. You have made the php so much easy ."

  • @firasgasmy1229
    @firasgasmy1229 4 หลายเดือนก่อน +1

    😂Dave your amaizing🤣

  • @mtnguyen8578
    @mtnguyen8578 หลายเดือนก่อน

    I'm new to PHP and would appreciate your help in understanding the advantages and disadvantages of using plain PHP with MySQL versus a framework like Laravel. I often feel like I don't fully grasp Laravel and sometimes struggle to keep my code under control. Any guidance you can provide would be greatly appreciated. Thank you!

    • @dave-hollingworth
      @dave-hollingworth  หลายเดือนก่อน

      I would use plain PHP for small projects, but anything larger that requires common tasks (e.g. CRUD, login etc.) using a framework gives you all these things out of the box, so you don't have to waste time recreating them.

    • @mtnguyen8578
      @mtnguyen8578 หลายเดือนก่อน +1

      @@dave-hollingworth thank you for your advise!

  • @terdoomzer
    @terdoomzer 10 หลายเดือนก่อน +1

    I took the Codeigniter 4 course and it was nothing short of amazing! I like your teaching style Dave.
    One thing though, I'm wondering if the PHP/MVC course are ok to be taken in 2023?
    Are they up-to-date?

    • @dave-hollingworth
      @dave-hollingworth  10 หลายเดือนก่อน

      The concepts in the PHP MVC course are relevant, but some of the code is a little out of date. I am working on updating the course right now, I hope to have it ready soon (in a month or two hopefully)

    • @terdoomzer
      @terdoomzer 10 หลายเดือนก่อน +1

      @@dave-hollingworth Thank you for the reply. I will be looking forward to the release.

    • @terdoomzer
      @terdoomzer 10 หลายเดือนก่อน

      @@dave-hollingworth Pardon me please. Do we also expect an update to the PHP Unit Testing course?

    • @dave-hollingworth
      @dave-hollingworth  10 หลายเดือนก่อน

      @@terdoomzerEventually, yes, but I can't say when that will be available I'm afraid

  • @lokmankhan3626
    @lokmankhan3626 10 หลายเดือนก่อน +1

    Your Video is very useful

  • @mounir101
    @mounir101 10 หลายเดือนก่อน +1

    Pretty awesome! Please, could you make a video about PHPslim framework? Thank you

    • @dave-hollingworth
      @dave-hollingworth  10 หลายเดือนก่อน

      Great idea, I'll add it to my list!

  • @jamestrey3049
    @jamestrey3049 10 หลายเดือนก่อน

    in the next video, I hope it will be a tutorial of how to resend messages in case there will be an error sending message from the admin mail

  • @alalyrealestate1136
    @alalyrealestate1136 10 หลายเดือนก่อน

    Great as always 🍰🍰🍰

  • @alalyrealestate1136
    @alalyrealestate1136 10 หลายเดือนก่อน +1

    Really great

  • @NikRushes
    @NikRushes 7 หลายเดือนก่อน

    Very cool! Thanks a lot :)

  • @jasonramirez6182
    @jasonramirez6182 10 หลายเดือนก่อน +1

    Thankyou soo much

  • @NeilMohammad
    @NeilMohammad 10 หลายเดือนก่อน

    please create a tutorial on how to store qr-code in the database based on your last video about creating qr-code
    please sir.

  • @akirosiblos9978
    @akirosiblos9978 3 หลายเดือนก่อน

    Great video. Question, in my local server the registration sent me the link in my gmail but when I put it online, no links being sent. can you help me with this issue? its for my educational purposes only. Thanks

    • @dave-hollingworth
      @dave-hollingworth  3 หลายเดือนก่อน

      If it works locally but not on a different server, it could be a network issue. Try using a different SMTP server, or seeing if there are any errors in your error log on the live server.

  • @forexitydotorg
    @forexitydotorg 9 หลายเดือนก่อน

    I would like to create a member profile page and add some basic information about the members account. Do you have any resources?

    • @dave-hollingworth
      @dave-hollingworth  9 หลายเดือนก่อน +1

      I'm afraid I don't at the moment, but that's a good idea for another video, I'll make a note of it

  • @alalyrealestate1136
    @alalyrealestate1136 9 หลายเดือนก่อน

    Do you have a full php course ? and oop in php also ?

    • @dave-hollingworth
      @dave-hollingworth  9 หลายเดือนก่อน

      Full PHP course is here: www.udemy.com/course/php-for-beginners-/?referralCode=17940C6990C841C140EC
      and full PHP MVC course is here:
      www.udemy.com/course/php-mvc-from-scratch/?referralCode=79E182F5C6C90EB6A3FE
      (which I'll be updating very soon)

  • @jamestrey3049
    @jamestrey3049 10 หลายเดือนก่อน

    so awesome

  • @abdelhamidnehlil7277
    @abdelhamidnehlil7277 10 หลายเดือนก่อน +1

    merci

  • @victorsempereguilabert9127
    @victorsempereguilabert9127 7 หลายเดือนก่อน

    I need a database file, the file is not on github

  • @user-qs8be1dp5i
    @user-qs8be1dp5i 10 หลายเดือนก่อน

    Hello Sir,
    Is there any possibility that we can send fax using php as we send mail using php mailer??

    • @dave-hollingworth
      @dave-hollingworth  10 หลายเดือนก่อน

      I've never done it, but it looks like there are ways: medium.com/ringcentral-developers/programmatic-methods-to-sending-a-fax-in-php-49a2aeed23fa

  • @sakshitathorat2544
    @sakshitathorat2544 4 หลายเดือนก่อน

    Sir I'm getting sql error

  • @shadowchaser20
    @shadowchaser20 10 หลายเดือนก่อน

    Can you give me the name of the code editor please?