Thanks very much, Dave. Can you help me with a serious challenge that I am facing, please? My PHPMailer successfully sends mail as $mail->send() = true; But there's no mail in the target inbox! How would you overcome this?
Do you have debug mode enabled? Does the debug readout say send success? It's easy to enable debug readout in PHPMailer so look that up and enable. Are you sending via SMTP? Getting PHPMailer working is 50% of it, having the SMTP mailbox for sending setup is the other 50%. Try sending to a temp-email box provider, and look in your spam folders. These days your mail can easily not be delivered if you haven't got the correct credentials setup like DKIM, DMARC and SPF, there's recently been a big clamp down on things like this with Gmail, Outlook etc. . Just recently our host enabled a new spam filter and that interfered with our sent mails, there's always little things like that which can trip you up. So if debug in PHPMailer is saying sent with no errors, then time to look for clues on your server or SMTP mailbox you are sending out on as to where these emails are ending up.
Hello sir. I'm someone who just finished your php for beginners course and I'm glad I did. But I'm curious to know if you have any thoughts on the next step (preferably)from your channel sir. For someone who can't afford the MVC course for now, maybe you'd have some better list to try hands on after that sir
Welcome to PHP 🙂 To learn quickly, focus on understanding the fundamentals such as variables, loops, and functions. Practice regularly by working on small projects and referring to online resources like tutorials and documentation. Don't hesitate to ask questions in PHP communities if you encounter any roadblocks. Consistent practice and exploration will help you progress rapidly. True to the motto: Try, fail, debug, coffee, repeat.
highly, HIGHLY recommend dave's udemy class "PHP for Beginners" thru Tim Buchalka's Learn Programming Academy which covers ALL the basics & was a GREAT prep for a college course i later took! it currently lists for $99 but if u have time to wait for a sale u MIGHT b able get it for
Interesting idea - I can't find any mention of this, so I doubt it anytime soon - there does seem to be various tutorials around though that detail how to integrate PostgreSQL into XAMPP.
Thank you for watching! Please consider supporting my channel: ☕ ko-fi.com/davehollingworth
We want advanced Composer Course in Udemy sir
Thank you! You explain it so clearly! If I had known it was this simple I would have started using Composer ages ago! 😂
You are the best PHP teacher on YT. Thank you!
Thank you, the only clearly explained tutorial on composer , what it is, how to use it, that can find. Thank you for your helpful video.
Thank you! for this super simple and amazing explanation
Short yet very informative,
Thanks Dave!
You are a perfect teacher, Dave. Thanks a lot.
This is guide from a Pro. Thank you.
thank you for this. great tutorial.
Great tutorial again, thanks Dave
🙂
Another brilliant video
Thanks for this great tutorial.
Clearly explained!
That's an awesome tutorial, thank you very much!
Great tutorial
4:46 I don't know why my vendor files not appear, can you help me?
What happens when you run it? Do you get any errors?
Dave, could you please make a tutorial like this for using PDO with SQLite3? Would be nice
I tried to install the composer, but the composer demanded an SSL Certificate, why is it so? have to install an SSL Certificate?
Thanks very much, Dave.
Can you help me with a serious challenge that I am facing, please?
My PHPMailer successfully sends mail as $mail->send() = true;
But there's no mail in the target inbox!
How would you overcome this?
Do you have debug mode enabled? Does the debug readout say send success? It's easy to enable debug readout in PHPMailer so look that up and enable. Are you sending via SMTP? Getting PHPMailer working is 50% of it, having the SMTP mailbox for sending setup is the other 50%. Try sending to a temp-email box provider, and look in your spam folders.
These days your mail can easily not be delivered if you haven't got the correct credentials setup like DKIM, DMARC and SPF, there's recently been a big clamp down on things like this with Gmail, Outlook etc. . Just recently our host enabled a new spam filter and that interfered with our sent mails, there's always little things like that which can trip you up.
So if debug in PHPMailer is saying sent with no errors, then time to look for clues on your server or SMTP mailbox you are sending out on as to where these emails are ending up.
@@Dev-sf3pz
Thank you very much.
Debug is enabled. And, it's Success. Gotta look elsewhere then.
Thanks again, Dave.
@@NedumEze Check the spam folder, or try sending from or to a different email address
@@dave-hollingworth
Yeah, Dave, I have.
There isn't anything there.
Thanks Dave.
@@dave-hollingworth why was my reply seemingly deleted?
Thank you. - Rolfe
Hello sir.
I'm someone who just finished your php for beginners course and I'm glad I did.
But I'm curious to know if you have any thoughts on the next step (preferably)from your channel sir.
For someone who can't afford the MVC course for now, maybe you'd have some better list to try hands on after that sir
I would suggest my PHP MVC course on Udemy, then the CodeIgniter course.
@@dave-hollingworth oh! noted, sir. Thank you.
I'm new on PHP, what special to learning fast?
Welcome to PHP 🙂 To learn quickly, focus on understanding the fundamentals such as variables, loops, and functions. Practice regularly by working on small projects and referring to online resources like tutorials and documentation. Don't hesitate to ask questions in PHP communities if you encounter any roadblocks. Consistent practice and exploration will help you progress rapidly. True to the motto: Try, fail, debug, coffee, repeat.
highly, HIGHLY recommend dave's udemy class "PHP for Beginners" thru Tim Buchalka's Learn Programming Academy which covers ALL the basics & was a GREAT prep for a college course i later took! it currently lists for $99 but if u have time to wait for a sale u MIGHT b able get it for
Thank you. I have been trying to overcome that inconsistency, I believe take projects like you mentioned will help me a long may.
highly recommend dave's ud3my class
OT - any chance that XAMPP would replace MySQL with Postgres?
Interesting idea - I can't find any mention of this, so I doubt it anytime soon - there does seem to be various tutorials around though that detail how to integrate PostgreSQL into XAMPP.
Hi, can you make video on how to implement rate limiting OTP/Verification Link request for verifying account in PHP?
Just use react