WOW, you did that in 11:18. It took my about 5 hours... ALL MY FAULT... While I was trying to create the TABLE "users" I typed in "user"... After I finely figured out what I did wrong, got the table created, then I FORGOT the user_uid column. Had to delete and start over, I could not figure out how to "add" a column. BUT I got it done!! 😜Go ahead and laugh... Sometimes I can not see the most simple things...😃 I STILL thing you are the very best instructor. THANK YOU MANY TIMES OVER!!!
I've never actually heard anyone actually use the word actually in any actual RUclips so often, actually! Just kidding, I love your videos and I think you speak English very well, and teach nicely
Man, thank you so much! I can't fathom how hard it was for me to figure this out by myself until I decided to look this up. Really detailed, understanding and genuine to follow along, this had helped me for my college assignment. Kudos!
Came here because in university,my PHP teacher is awful. If this makes you feel proud,you are a WAY better teacher using only videos,than a University Professor with 40 years of experience struggling to explain PHP for 5 hours straight. I'll check everything in your channel and subscribe!
Am i the only guy who subscribed to his channel upon watching his first vid?...This guy is brilliant...He produces nice work, easy to follow and apprehend
this is way easier. the php script i had copied from some regestration form worked but i didnt understand it for a long time, until i found this vid. nice one dude : )
Just an FYI in case anyone else has the same issues I've been having trying to get this to work: On the password variable I had to pass 'root' rather than leaving it empty. Great lessons though, thanks Daniel!
IMPORTANT!! Let me tell you guys Im coming from HTML and CSS where i learned everything and all was clear in php until this lesson, but because i'm a supporter in Patreon i can download the files that MMTUTS upload there, IM SAYING this because those files are very clear "commented inside of the code" where you can understand something that is not clear at all here. thanks for all this Job, keep doing this, because you are changing peoples life's, even if you don't see it.
Thank you so much for your great videos :) They are simple, clear and it is amazing how much effort you give in order to help others to understand and learn the basics. Thank you!
One thing I haven't told you is that you are the one who made Me to be a software engineer, I have watched all your videos,, funny part is that I normally understand the way you teach more than anyone else
Thanks for these videos! I have already learned this before, but it's nice to get another perspective - since you explain things very well! Great job bro!
Great video. Got me binge watching now. So far everything presented works for me without error. Wish files were available here, but code is not too long I can't just pause and type myself. Thanks again
In the hopes of saving someone out there some time: Please make sure that you are using mysqli_query/(); and not mysql_query, especially if your error is about the $conn variable or the error mentions a string was expected.
Sir the browser saying error on line 18 which is.. echo $row['user_uid']; Can you tell me what is user there... I have different dataset called Name in my database so I written Name there..
I hope u understood this vdo fully.... Help me here.... I don't understand how he connect the SQL database table('users' ... In this vdo) with the php code.. what s d code to link SQL database table with the php code?? Thx in adv :-)
Can you make a tutorial on how to display an image store on some location and that location is stored in a database? And thanks for helping me on PHP .
For the file "dbh.ini.php" make sure you input the proper values that you have already create to log into your phpMyadmin and make sure the text cases match correctly.
So many variations on this. I had a problem with some PHP code, though I shouldn't because I had been using SQL for decades so I know all about semi colons, but I still missed it as I hadn't included a ; at the end of the code. And this is so common that It really shouldn't have been a problem for me. Even when others have come to me for help it's been a parenthesis problem.
Thanks for the videos sir! I learned PHP from scratch watching your videos. You are a great teacher. I cant understand what is mysqli_fetch_assoc( )? And ' assoc ' specially. Thanks again.
Hey bro. Great tut but i have one question. My Sublime Text 3 doesn't have all those cool php features. Like my text isnt even colored and it doesnt find those auto complete commands. Did you install any plugin or something? thanks!
mehn these your videos are so cool... thanks alot i have really improved alot on my php skills cause i was using phpmanual.net... but could'nt understand it well, now i can cause of your tutorials .. thanks man
@@DaniTimmermans Yes! If ur using PhpStorm go to: File -> Settings -> Editor -> Inspections -> PHP -> Undefined -> Undefined variable and turn on "Search for variable's definition outside the current file"
So I've got a question, what makes the associative array saved in $row fetch the next row in the database after the first iterartion? I would think that $row would still be the same array and just echo out the same username over and over again so that we would be stuck in a endless loop, however this is now how it behaves.. How come? What makes it fetch to the next row after the first iteration?
PHP makes it easy to get data from your results and loop over it using a while statement. When it fails to get the next row, it returns false, and your loop ends.
WOW, you did that in 11:18. It took my about 5 hours... ALL MY FAULT... While I was trying to create the TABLE "users" I typed in "user"... After I finely figured out what I did wrong, got the table created, then I FORGOT the user_uid column. Had to delete and start over, I could not figure out how to "add" a column. BUT I got it done!!
😜Go ahead and laugh... Sometimes I can not see the most simple things...😃
I STILL thing you are the very best instructor. THANK YOU MANY TIMES OVER!!!
in 11 minutes you managed to explain in a simple and clear way what others take 20-30 minutes.
You are amazing.
I've never actually heard anyone actually use the word actually in any actual RUclips so often, actually! Just kidding, I love your videos and I think you speak English very well, and teach nicely
Yeah i do that a lot in this older course 😂 I have a newer 2023 course on my channel, which is much better 🙂
I have been staring at code and tutorials for hours now and this is the first tutorial that's actually helped! Thank you!
I've learned PHP in this series! Just for helping a friend to finish his work
friendship=100 haha!!!
no way haha, we only see that shit in movies bro, matt damon and stuffs haha
So do I, man.
Hahaha.. and thats your bestfriend for sure!.
Now you have the skills to pursue a WebDev career!
Man, thank you so much! I can't fathom how hard it was for me to figure this out by myself until I decided to look this up. Really detailed, understanding and genuine to follow along, this had helped me for my college assignment.
Kudos!
Came here because in university,my PHP teacher is awful. If this makes you feel proud,you are a WAY better teacher using only videos,than a University Professor with 40 years of experience struggling to explain PHP for 5 hours straight. I'll check everything in your channel and subscribe!
You are the first person that I have found that is clear and simple.
Am i the only guy who subscribed to his channel upon watching his first vid?...This guy is brilliant...He produces nice work, easy to follow and apprehend
this is way easier. the php script i had copied from some regestration form worked but i didnt understand it for a long time, until i found this vid. nice one dude : )
Crystal clear explanation for anyone who is not understanding try to recall the previous videoqs
Just an FYI in case anyone else has the same issues I've been having trying to get this to work: On the password variable I had to pass 'root' rather than leaving it empty. Great lessons though, thanks Daniel!
Definitely helped! And thanks Daniel!
thanks man, I had two hours to my deadline, and I finished my assignment thanks to you. Thank you!!
Wow!!!
I love your PHP tutorials sir.
You're a totally amazing person, Thank You!!
Thank you so much bro your video just helped me solve a problem i have been battling for the past 8 hours, I really appreciate it.
IMPORTANT!! Let me tell you guys Im coming from HTML and CSS where i learned everything and all was clear in php until this lesson, but because i'm a supporter in Patreon i can download the files that MMTUTS upload there, IM SAYING this because those files are very clear "commented inside of the code" where you can understand something that is not clear at all here. thanks for all this Job, keep doing this, because you are changing peoples life's, even if you don't see it.
Your videos are helping alot...Best teacher on RUclips. Respect
man thank you so much you're carrying my web dev project tysm
Excellent! Now I make my queries with no problems at all through PhP. Thanks a lot
I'm a beginner. I'm happy with your tutorial videos. I really thank you so much.
Dani, thank you so much for this online course. I can't express enough gratitude for the quality of your teaching.
Thanks for this tutorial!!!!
By the way, I find the mysqli method more useful and easier to understand than the PDO method.
One who deserves M+ subs. keep it up bro
Dude...you are like literally the best teacher...Thanks alot for this tutorial..Thank You
Thank you so much for your great videos :) They are simple, clear and it is amazing how much effort you give in order to help others to understand and learn the basics. Thank you!
One thing I haven't told you is that you are the one who made Me to be a software engineer, I have watched all your videos,, funny part is that I normally understand the way you teach more than anyone else
It helps me a lot. Thanks from Mexico.
at first i didnt understand the code but then i constantly observed and googled everything then i know great!! its not in other people channels
You are awesome, especially since English is not your first language. Great teacher. Keep it up.
Maaan u are a ganster.your explanations are very helpful.tnx
Thanks for these videos! I have already learned this before, but it's nice to get another perspective - since you explain things very well! Great job bro!
good video, like!
Great video. Got me binge watching now. So far everything presented works for me without error. Wish files were available here, but code is not too long I can't just pause and type myself. Thanks again
bro. i watched your video about PHP. it helps me a lot thx man
You are an incredible teacher...well done and may God bless you abundantly
Thank you very much i am just surprise you just explain in 11 minutes with 8 line of code thank you very much
Great Job Man! You are literally saving lives and helping people better their income< the society and affecting the lives of pople around them!
Thank you very much sir! You are the reason my school project finally works!
Awesome! I've learned a lot from you, thanks for your tutorial, I am from taiwan
In the hopes of saving someone out there some time:
Please make sure that you are using mysqli_query/(); and not mysql_query, especially if your error is about the $conn variable or the error mentions a string was expected.
Not sure why now, but I appear to be getting a parse error on that line for an unexpected comma? Any ideas why?
i have no idea why i am so happy something works
Amazing! Crystal clear! Thank you :)
best teacher. thankyou
best tutorials ever!!!
thanks! it worked for me.
Sir the browser saying error on line 18 which is..
echo $row['user_uid'];
Can you tell me what is user there... I have different dataset called Name in my database so I written Name there..
Really good stuff man
This is the best PHP tutorial. Thank you for such a superb series of lectures!!!
Nailed it Bro.... Super learning... What a great lessons... Thank you and keep posting...
thanks man l learned very well from you, greetings from mexico
You are super powerful and easy to follow. Thanks for sharing you skills. Thumbs up
and I will keep checking you
Thanks a lot . Your teaching method is really cool . carry on
Good pacing and clear explanation. Thanks!
I hope u understood this vdo fully.... Help me here.... I don't understand how he connect the SQL database table('users' ... In this vdo) with the php code.. what s d code to link SQL database table with the php code?? Thx in adv :-)
this helped me solve a problem in work. Thank you very much
Awesome tutorials! I LOVE THEM!
Great videos! You take your time and explain everything, and you are very understandable :)
Works for me. Thank you.
crystal clear concept.....Thanks man!
thank you man, you're a good teacher
Can you make a tutorial on how to display an image store on some location and that location is stored in a database?
And thanks for helping me on PHP .
For the file "dbh.ini.php" make sure you input the proper values that you have already create to log into your phpMyadmin and make sure the text cases match correctly.
how to get ur var in green and stuff in sublime i am using sublime v3 and i dont get it though ?
great lessons you have there mate, keep it up!
Thank you so much sir
So many variations on this. I had a problem with some PHP code, though I shouldn't because I had been using SQL for decades so I know all about semi colons, but I still missed it as I hadn't included a ; at the end of the code. And this is so common that It really shouldn't have been a problem for me. Even when others have come to me for help it's been a parenthesis problem.
I really like your tutorials and your channel. Thank you for such a good work!
Great tutorial !!!. I learn so much from you. Huge thank you.
THANK YOU SIR I GOT IT!!
love the video! helped me a lot, thx
just love your tutorial
Thanks for the videos sir! I learned PHP from scratch watching your videos. You are a great teacher. I cant understand what is mysqli_fetch_assoc( )? And ' assoc ' specially. Thanks again.
"fetch_assoc" means "Get associative array". In my array video in this course I explain what associative arrays are :)
Thanks!
@@Dani_Krossing Fatal error: Uncaught Error: Call to undefined function mysql_fetch_assoc()
what can I do in this case ?
I know it's late but anyway. Did you tried mysqli_fetch_assoc() :)
Good tutorial
Do you have to make a table in PhpMyAdmin manually too?
Absolutely brilliant. Would be better if you put the material free tho. An who other than me thinks this guy should work for MIT.
Thanks a lot, this has been really helpful!!
Thanks for these man.. this is so usefull for beginners like me.. i understand what im doing in my php code now
I love your videos!! I feel like I'm learning at lightning speed! ? What code editor are you writing with?
If $result variable is an array, instead a while loop we could use a foreach loop?
That's cool & simple trick brother. Thank you so much. I got something from here to my project.
I am a bit confused. So you can create variable inside the while condition? Or this is some kind of super variable that works with query language?
Good work. Thanks.
Thank you vey much for this video.
Dani, you're great. THank you!
Thank you so much 💗💗💗
Great !! thanks a lot.
thanks for your video tutorials it really helps me a lot
Thank you, your video really helped me
. seemed i already had a guy to follow in web dev . going to follow your ways bwt authentication sir .
Hey bro. Great tut but i have one question. My Sublime Text 3 doesn't have all those cool php features. Like my text isnt even colored and it doesnt find those auto complete commands. Did you install any plugin or something? thanks!
try to install Atom
mehn these your videos are so cool... thanks alot i have really improved alot on my php skills cause i was using phpmanual.net... but could'nt understand it well, now i can cause of your tutorials .. thanks man
Wow this was complicated but this is the first time i had fun ! Like i was really coding . Need to practice hard ig...
Man! I just love you! It worked well!
Which "theme" and "Color Scheme" did you use in your Sublime text? Please tell me. I like the UI.
your just fantastic men
SHORT AND FABULOUS VIDEO :)
Even tho I included the file in which I defined $conn it still says $conn is undefined. Can anyone help?
I'm having the same problem, did you figure it out?
@@DaniTimmermans Yes! If ur using PhpStorm go to:
File -> Settings -> Editor -> Inspections -> PHP -> Undefined -> Undefined variable
and turn on "Search for variable's definition outside the current file"
@@DirkieDurky Thaaaaank you so much! I would have never find that!❤️
Show! Very good and easy explanation!
Finally got it. MySQL thought it didn’t exist.
Well explained bro!
So I've got a question, what makes the associative array saved in $row fetch the next row in the database after the first iterartion?
I would think that $row would still be the same array and just echo out the same username over and over again so that we would be stuck in a endless loop, however this is now how it behaves..
How come? What makes it fetch to the next row after the first iteration?
PHP makes it easy to get data from your results and loop over it using a while statement. When it fails to get the next row, it returns false, and your loop ends.