I've been stumbling around the web trying to educate myself on interacting with MySQL databases. Now I'm here and successfully educated! and well and truly subscribed. Refreshingly clear and you 'explain' the constructs so well, thank you.
Are you going to make more tutorials? Complete project playlists etc. Would be great! Your explanations are concise, and very understandable, great tutorial. 👌👍
I guess Im randomly asking but does anybody know of a trick to get back into an instagram account? I stupidly lost my password. I love any tips you can give me.
@Adonis Kash Thanks so much for your reply. I found the site through google and I'm trying it out atm. I see it takes quite some time so I will get back to you later with my results.
Ok, first of all, amazing tutorial. I have been actually trying to learn Php with PDO and have a very little tutorial in detail. So thanks for that. Moreover, you said at 3:53 that the exception isn't needed to use. But does that make the code less secure? I mean for a site to be safe from most of the vulnerability doing this way PDO, is it going to compromise the security of the site or it's not gonna affects? Looking forward to a full PDO tutorial if you have or can make one.
Hey there. Feel free to reach me on Skype @CoolEditz if you want to discuss further or need help. Specifying the exception does not increase security since later versions of PHP default to that format.
@@phpBasics does that mean, i am working on 7.3 and above php version and it would be totally fine to skip " $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_ExCEPTION);"
Hi! Could you create a project for example a "to-do list" using the newest? :) PHP, docker (instead of XAMPP), adminer (instead of phpmyadminer), pdo (instead of mysqli). Frameworks are not allowed. Javascript is NOT allowed on the server side. The tasks are marked when they are completed. Must include a functionality of selecting all the tasks. Thank you for all your videos. God bless you!😇🙏
I've been stumbling around the web trying to educate myself on interacting with MySQL databases. Now I'm here and successfully educated! and well and truly subscribed. Refreshingly clear and you 'explain' the constructs so well, thank you.
Pleasant voice. And you're too good. Too smooth. You have to be a professional teacher or speaker.
Are you going to make more tutorials? Complete project playlists etc. Would be great! Your explanations are concise, and very understandable, great tutorial. 👌👍
I guess Im randomly asking but does anybody know of a trick to get back into an instagram account?
I stupidly lost my password. I love any tips you can give me.
@Billy Ellis instablaster =)
@Adonis Kash Thanks so much for your reply. I found the site through google and I'm trying it out atm.
I see it takes quite some time so I will get back to you later with my results.
@Adonis Kash it worked and I now got access to my account again. I am so happy!
Thank you so much you saved my ass!
@Billy Ellis Happy to help :)
This video is insanely good
Nice. Thank You For Fast Talking About PDO
The best tutorial. Straight forward. Subscribed
You rock! I just subscribed. Hopefully Chang lays off the pot.
Great video, right to the point and crystal clear. Many thanks.
Veryy good video! Thank you!
I love this teaching
It's clear
Thank you very much! Finally I understood it.
Saved to my PHP reference videos!
Good to see this. Too many old SQL examples out there. Prepared statements should prevent injection.
Thanks a lot for this
Thanks!
Nice and easy explanation. Please upload the source code too.
You are perfect
Great nice tutorial!!!
Ok, first of all, amazing tutorial. I have been actually trying to learn Php with PDO and have a very little tutorial in detail. So thanks for that. Moreover, you said at 3:53 that the exception isn't needed to use. But does that make the code less secure? I mean for a site to be safe from most of the vulnerability doing this way PDO, is it going to compromise the security of the site or it's not gonna affects?
Looking forward to a full PDO tutorial if you have or can make one.
Hey there. Feel free to reach me on Skype @CoolEditz if you want to discuss further or need help. Specifying the exception does not increase security since later versions of PHP default to that format.
@@phpBasics does that mean, i am working on 7.3 and above php version and it would be totally fine to skip " $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_ExCEPTION);"
This is a very very good tut
Hi! Could you create a project for example a "to-do list" using the newest? :) PHP, docker (instead of XAMPP), adminer (instead of phpmyadminer), pdo (instead of mysqli). Frameworks are not allowed. Javascript is NOT allowed on the server side. The tasks are marked when they are completed. Must include a functionality of selecting all the tasks. Thank you for all your videos. God bless you!😇🙏
You could even skip the bindParam and put an associative array in the execute....
$stmt->execute(['n'=>$name,'q'=>$quote]);
Actually you can just do $stmt->execute([$var1,$var2]) and use ? in the statement, which is what I typically do.
Can you post a link to a php code of this video?
6:16 LMAO xD