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!
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 😅😅
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
Hi Dave! I know that this video is a year old from now but I really find your videos about the sign in verification and password very useful!! Though I have encountered a problem on how the user can resend their email link when they did not receive any kind of email. Thank you again for this wonderful video and I hope you can create a video related to the resend process! Thank you again for these very informative videos!
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.
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.
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!
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?
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)
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 😉
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?
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!
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.
Hello sir, an error occur when i clicked the confirmation email , i go to the "example domain page" not in the login page why is that? waiting for your kind reply sir
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)
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!
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 😅😅
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
This is a great video. Keep doing this man, will support you
That's a nice video on confirming with mail to register the account definitly.
Hi Dave! I know that this video is a year old from now but I really find your videos about the sign in verification and password very useful!! Though I have encountered a problem on how the user can resend their email link when they did not receive any kind of email. Thank you again for this wonderful video and I hope you can create a video related to the resend process! Thank you again for these very informative videos!
Good catch - I'll make a note to add something like that when I get chance! I'm glad you like the content!
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.
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
Thank you, Dave! It is useful.:)
Cool video from a great teacher 😎😄
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.
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!
@@dave-hollingworth hae Dave will update be for mvc course ?
@@tanzimibthesam5861 Yes I'm currently working on updating the MVC course
Excellent 👍 Teacher. You have made the php so much easy ."
Great as always 🍰🍰🍰
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?
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)
@@dave-hollingworth Thank you for the reply. I will be looking forward to the release.
@@dave-hollingworth Pardon me please. Do we also expect an update to the PHP Unit Testing course?
@@terdoomzerEventually, yes, but I can't say when that will be available I'm afraid
Your Video is very useful
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 😉
This is an interesting point. Maybe a small math problem would be enough to confirm they are human enough.
Really great
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?
I can't give a specific date, but I am working on it right now - I would hope in the next month or two!
@@dave-hollingworth that is good info, thank you! :)
Very cool! Thanks a lot :)
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!
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.
@@dave-hollingworth thank you for your advise!
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
Thankyou soo much
I would like to create a member profile page and add some basic information about the members account. Do you have any resources?
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
Hello sir, an error occur when i clicked the confirmation email , i go to the "example domain page" not in the login page why is that?
waiting for your kind reply sir
You need to change the URL to whatever URL you want it to be - the code just contains an example.com URL
so awesome
I need a database file, the file is not on github
Pretty awesome! Please, could you make a video about PHPslim framework? Thank you
Great idea, I'll add it to my list!
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
Hello Sir,
Is there any possibility that we can send fax using php as we send mail using php mailer??
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
Do you have a full php course ? and oop in php also ?
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)
please create a tutorial on how to store qr-code in the database based on your last video about creating qr-code
please sir.
wherr t the vendor files? theyre not included in the github repo
j
You need to install them with Composer
@@dave-hollingworth thank u
Merci beaucoup pour vos videos constructives. S'il vous plait pour une videos sur comment ouvrir, telecharger et imprimer les fichier pdf uploade
😂Dave your amaizing🤣
merci
Sir I'm getting sql error
Can you give me the name of the code editor please?
Visual Studio Code
@@dave-hollingworth thanks