PHP - PDO Prepared Statements

  Рет қаралды 13,646

PHPBasics

PHPBasics

Күн бұрын

Пікірлер: 32
@davidwinter8794
@davidwinter8794 4 жыл бұрын
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.
@greendragon0009
@greendragon0009 2 жыл бұрын
Pleasant voice. And you're too good. Too smooth. You have to be a professional teacher or speaker.
@jayabrams400
@jayabrams400 4 жыл бұрын
You rock! I just subscribed. Hopefully Chang lays off the pot.
@aguswidi9316
@aguswidi9316 4 жыл бұрын
The best tutorial. Straight forward. Subscribed
@adante407
@adante407 5 жыл бұрын
Are you going to make more tutorials? Complete project playlists etc. Would be great! Your explanations are concise, and very understandable, great tutorial. 👌👍
@billyellis6458
@billyellis6458 3 жыл бұрын
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.
@adoniskash9048
@adoniskash9048 3 жыл бұрын
@Billy Ellis instablaster =)
@billyellis6458
@billyellis6458 3 жыл бұрын
@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.
@billyellis6458
@billyellis6458 3 жыл бұрын
@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!
@adoniskash9048
@adoniskash9048 3 жыл бұрын
@Billy Ellis Happy to help :)
@codegame2815
@codegame2815 4 жыл бұрын
Nice. Thank You For Fast Talking About PDO
@shanemturner
@shanemturner 5 жыл бұрын
Great video, right to the point and crystal clear. Many thanks.
@amekoyu
@amekoyu 3 жыл бұрын
Thank you very much! Finally I understood it.
@bjvercelli
@bjvercelli 3 жыл бұрын
This video is insanely good
@yungifez
@yungifez 3 жыл бұрын
I love this teaching It's clear
@Nova-Rift
@Nova-Rift 3 жыл бұрын
Veryy good video! Thank you!
@Julio860JVL
@Julio860JVL 4 жыл бұрын
Saved to my PHP reference videos!
@Techaddict
@Techaddict 4 жыл бұрын
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.
@phpBasics
@phpBasics 4 жыл бұрын
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.
@Techaddict
@Techaddict 4 жыл бұрын
@@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);"
@jimcolabuchanan6579
@jimcolabuchanan6579 5 жыл бұрын
Good to see this. Too many old SQL examples out there. Prepared statements should prevent injection.
@ashrafulalim1272
@ashrafulalim1272 3 жыл бұрын
Nice and easy explanation. Please upload the source code too.
@mofe620
@mofe620 2 жыл бұрын
Thanks a lot for this
@victoria-exito
@victoria-exito 2 жыл бұрын
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!😇🙏
@youmeandnature
@youmeandnature 5 жыл бұрын
This is a very very good tut
@sebastianrodelo7965
@sebastianrodelo7965 2 жыл бұрын
Thanks!
@mohammedeltokhy3560
@mohammedeltokhy3560 2 жыл бұрын
You are perfect
@excaliburgz1996
@excaliburgz1996 4 жыл бұрын
Great nice tutorial!!!
@pablosartor6715
@pablosartor6715 4 жыл бұрын
Can you post a link to a php code of this video?
@ckh8217
@ckh8217 4 жыл бұрын
You could even skip the bindParam and put an associative array in the execute.... $stmt->execute(['n'=>$name,'q'=>$quote]);
@phpBasics
@phpBasics 4 жыл бұрын
Actually you can just do $stmt->execute([$var1,$var2]) and use ? in the statement, which is what I typically do.
@RacoonCH
@RacoonCH 4 жыл бұрын
6:16 LMAO xD
PHP Results WITHOUT REFRESHING
11:23
PHPBasics
Рет қаралды 20 М.
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 80 МЛН
Хасанның өзі эфирге шықты! “Қылмыстық топқа қатысым жоқ” дейді. Талғарда не болды? Халық сене ме?
09:25
Демократиялы Қазақстан / Демократический Казахстан
Рет қаралды 343 М.
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 34 МЛН
PHP Regular Expressions Form Security & Validation
12:32
PHPBasics
Рет қаралды 20 М.
PHP Data Objects (PDO): Prepared statements (Part 6/8)
7:09
Codecourse
Рет қаралды 54 М.
JWT авторизация. Основы JWT - механизма.
6:45
Хочу вАйти
Рет қаралды 12 М.
PDO Crash Course (PHP)
45:35
Traversy Media
Рет қаралды 278 М.
Inline editing with Jquery/PHP/MySQL
32:03
PHPBasics
Рет қаралды 13 М.
PHP Password Security
9:55
PHPBasics
Рет қаралды 13 М.
PHP - TRICKS WITH FOR LOOPS
11:10
PHPBasics
Рет қаралды 51 М.
7 Database Design Mistakes to Avoid (With Solutions)
11:29
Database Star
Рет қаралды 81 М.
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 80 МЛН