Warning: mysqli_connect(): (HY000/1045): ProxySQL Error: Access denied for user 'root'@'2a02:4780:bad:f00d::e' (using password: NO) in /storage/ssd2/531/16866531/public_html/connection.php on line 8 failed to connect!
Thank God I found your video. Most other tutorials jump straight into coding without showing how to actually link Notepad ++ , web pages and database. Your step by step guide has given me a very good foundation to build upon. I couldn't thank you enough. You are a start - God richly bless you.
Where have i been not to have seen this channel all along...this is the kind of class I want to be in. Giving explanation to everything makes one never to forget. You are a genius
Warning: mysqli_connect(): (HY000/1045): ProxySQL Error: Access denied for user 'root'@'2a02:4780:bad:f00d::e' (using password: NO) in /storage/ssd2/531/16866531/public_html/connection.php on line 8 failed to connect! Getting this error bro
oh my god, thank you so much!!! especially for showing how to set everything up b4 the code and for explaining it. I had no idea how to use php but i wanted to try to learn it to impress my teacher as we only know html, css, and a very brief introduction to js and this video has saved me so many days of work. I'm not kidding you don't understand how grateful I am for finding this video. THANK YOUUUUUUU!!!!!
@@QuickProgramming kkk ndiathu omwe kodi? Zilibwino kwambiri, and I meant what I said. You have a way of simplifying difficult stuff and make them sound so easy
Thank you. I looked for a video like this for days, with such a good explanation, but couldn't find anything on UA-cam. They didn't explain it as well as you did. Until I found you, I just thought THANKS God that I found him. Thanks bro, keep it up 👍.
Excellent Tutorial, just started building webpages, The functionality of forms is generally missing from many tutorials. This explained much thank you!
If you just follow what he did, and never missed any spelling and statement, you'll probably get and have the same result as what is intended in this video. Thank you, bro!
For those of you having trouble, check your data table as seen here 3:14. Look at date and make sure that under the default column that it says current_timestamp(). If it doesn't, make the necessary change.
Thank you so much! This was extremely helpful! I have been dreading this project, but after following this tutorial and setting up everything correctly, I feel confident in completing it soon! Thanks once again!
Thank you for the tutorial. I'm a student that who wants to learn php & mysql. I watched a lot of videos till I find this brilliant tutorial. Thanks very much!
Bro Thank You So Much !!!! from last 15 days I'm finding a perfect video like thins and finally I got it , After watching half video only I Subscribed and liked I'm New in coding I didn't knew anything about php . You helped me alotttttttttttttttt Thank you so muchhhhhhhhh!!!!!!!!
him: as simple as that me: *it looks easy but I dont understand as shit*...so ill just type it for my school activity anyways this save my ass, luckily I found this hidden gem
thanks and am glad to hear it. if you'd like, you can check my beginner tutorial on the links below and also how to make your own music website. you may learn some more stuff from there :) beginner php: ua-cam.com/video/0CFQmcrP2dE/v-deo.html music website: ua-cam.com/video/x_W9vavhd9M/v-deo.html
Hey bro I noticed something missing in the login code from the functions code, $user_data is comparing password which is not in the $results, but thank you very much bro cause its an easy fix please make more content
thank you, i will :) but i dont understand on that error you mentioned. there is no password check in the functions code. its simply checking if the id in the session exists in the database as a user. password is not required since the user is already logged in at that point
Thank you so much for putting the source code in the description (and for free too!!) cus I made a singular typo (I missed ONE underscore) and it messed up the entire website. But since you linked the source code I was able to compare my code and yours and see where I screwed up which was so much easier than scanning through the whole video again. Thank you so much!!
you're most welcome and thanks for the feedback. if you can, watch this other video as well to add some basic security to your website. thanks again ua-cam.com/video/pIO0pmMTJ6Y/v-deo.html
DATA IS NOT GETTING INSERTED INTO THE DATABASE ////////((((((((((SOLVED)))))))))))))))) while creating the database at 3:00 the default value of date should be selected as 'current time stamp'. somehow that part is not included in the video. PLs add the same.
You're so welcome! am glad to hear it. Good luck with all your projects. If you have more time you can also watch this one to upgrade your skills ua-cam.com/video/mK7CiJeYOwI/v-deo.html
Just the video I needed for my outdated approach to my recent project 🤣🤣🤣🤣 I just needed to add a login system to my already existing website, I'm sure it would be a breeze with this tutorial as I'm also using phpmyadmin, I just couldn't figure out all the steps and I had missed a few points Thanks a lot man, I've just subscribed hopefully I'll be learning a lot from your channel, thanks a million 👏👏👏
Im going to develop a website but my knowledge in PHP is not enough.. Im so thankful for this video. I hope you will upload more and more soon to help us😊😊
thank you so much for this, it was exactly what I was looking for. I struggled with ending the correct lines and sometimes placing spaces where they did or did not belong but I was able to compare your code to mine to fix these errors. I really appreciate it !
@@QuickProgramming One thing I'm wondering though, is the step to generate user IDs necessary if you handle primary keys in the database via auto_increment?
@@areallyboredindividual8766 if i see id=50 in your profile url, i can then change it to id=51 and get the profile of whoever signup after you. then i can test for 1d=500 just to see how many profiles are on the site. even better, i can make an automated bot to go through all the profiles on the website and collect data. thats why its a bad idea to use the primary key in the url
@@QuickProgramming I have a situation where I've followed everything to the letter for registration and made sure it matched up with my database, yet nothing is being sent to the database when I register.
@@areallyboredindividual8766 echo your query and then copy it from the page and paste it in the SQL tab in phpmyadmin. Click on your database first. If there's something wrong with the query, it will give you a specific error
thank you for the video, but I think you need to change the primary key because if there are 2 user using the same username, only the first one will be able to login. Anyway this tutorial is amazing. well done.
This is wonderfully done Sir! I can't thank you enough. Would love now to see how to take it from your localhost to your remote server. But thank you so much!
nobody can teach PHP like you do. Most tutorials I've seen are outdated. May you find what you're looking for. I am a self taught computer software engineer... much love, straight from Nigeria
Thank you thank you thank you, I'm happy I found this channel of yours. It helps me for my school project. I hope you will continue to do this kind of content. God bless you❤️ @Quick Programming
Watch this other video afterwards to learn about login security ua-cam.com/video/pIO0pmMTJ6Y/v-deo.html
Warning: mysqli_connect(): (HY000/1045): ProxySQL Error: Access denied for user 'root'@'2a02:4780:bad:f00d::e' (using password: NO) in /storage/ssd2/531/16866531/public_html/connection.php on line 8
failed to connect!
Getting this error bro now what to do
@@hiteshlalwani2258 does your MySQL has a password? If it's yes write down
@@mohamedghazali4914 where do I write it?
please can you create another tutorial with profile page and other pages involved and how to upload and download vedios and images on other pages
Guy just casually creates a LOGIN system with a database then asks us if we've learned anything at the end. True legend.
😁😂😂
Thank God I found your video.
Most other tutorials jump straight into coding without showing how to actually link Notepad ++ , web pages and database.
Your step by step guide has given me a very good foundation to build upon. I couldn't thank you enough.
You are a start - God richly bless you.
am happy to hear it was helpful. thanks for taking the time to leave some feedback! :)
Thank you for the tutorial! Unlike my teacher, I love how you are not hiding the mistakes and explain what went wrong.
Thanks, I appreciate your feedback😊
Finally someone who presents this in procedural form good job!
thanks for the compliment :))
Day 5 of learning php and i am already able to setup user accounts. Brilliant stuff, thanks very much \m/
Where have i been not to have seen this channel all along...this is the kind of class I want to be in. Giving explanation to everything makes one never to forget. You are a genius
thank you so much for the awesome compliment :) i appreciate it
Warning: mysqli_connect(): (HY000/1045): ProxySQL Error: Access denied for user 'root'@'2a02:4780:bad:f00d::e' (using password: NO) in /storage/ssd2/531/16866531/public_html/connection.php on line 8
failed to connect!
Getting this error bro
man you saved me! I was going to drop my web development course! Thanks a lot. Hope that you will do more videos like this...
Am pleased to hear that🙂 I'll try and make more videos like this, thanks
oh my god, thank you so much!!! especially for showing how to set everything up b4 the code and for explaining it. I had no idea how to use php but i wanted to try to learn it to impress my teacher as we only know html, css, and a very brief introduction to js and this video has saved me so many days of work. I'm not kidding you don't understand how grateful I am for finding this video. THANK YOUUUUUUU!!!!!
Am happy to hear it. You're most welcome and thanks for taking the time to leave some feedback😊
This is one of a few You Tube Tutors who are very clear in explaining
Thanks♥️ zikomo kwambili
@@QuickProgramming kkk ndiathu omwe kodi? Zilibwino kwambiri, and I meant what I said. You have a way of simplifying difficult stuff and make them sound so easy
@@QuickProgramming Hey do you have a video on how to fetch data from the database to display in an Html page?
Thank you. I looked for a video like this for days, with such a good explanation, but couldn't find anything on UA-cam. They didn't explain it as well as you did. Until I found you, I just thought THANKS God that I found him. Thanks bro, keep it up 👍.
Thank you. Am glad you found it useful. Thanks for the feedback☺️
Excellent Tutorial, just started building webpages, The functionality of forms is generally missing from many tutorials. This explained much thank you!
Great to hear! thanks a million for your feedback :)
If you just follow what he did, and never missed any spelling and statement, you'll probably get and have the same result as what is intended in this video. Thank you, bro!
I followed but when i sign up a new user and password, my database didnt show any result .
@@darkclouds98 same here
@@darkclouds98 Even I use his sample codes, still not inserting it into the Database..
For those of you having trouble, check your data table as seen here 3:14. Look at date and make sure that under the default column that it says current_timestamp(). If it doesn't, make the necessary change.
@@oniviper thanks it worked for me
Thank you so much! This was extremely helpful!
I have been dreading this project, but after following this tutorial and setting up everything correctly, I feel confident in completing it soon!
Thanks once again!
really glad to hear it. all the best and thanks for the feedback :))
Thank you for the tutorial. I'm a student that who wants to learn php & mysql. I watched a lot of videos till I find this brilliant tutorial. Thanks very much!
Am glad to have been of help, you're most welcome🙂 and thanks for the feedback
There are so many videos on login but u r one of the best.every one can easily understand your code.Thanks
Thanks, I really appreciate your feedback❤️
Absolutely amazing. Thank you very much for not only showing what you did, but explaining it. This helped out
thank you for the awesome compliment and you're most welcome :)
absolutely perfectly said "hank you very much for not only showing what you did, but explaining it." exactly 🙏🏼
Hey, I just wanted to let you know that I have used your code in my studies and it does help me. Thank you so much.
Awesome! am Happy to hear that!
thank you for this great boon! I was panicking on what I should do for a project and I'm just a beginner with php. Thank you for your help!
Awesome! you're most welcome. i wish you all the best in becoming a pro in PHP :)
😂After 1000 years of search
Very lucky to find this!
This shall come into clutch for my project😁thank you very much
glad to hear it and thanks for the compliment, and ofcourse good luck on that project :)
Best teacher of coding for sure. Easy to understand and follow. Thank you!!
awesome! thanks for the feedback :)
This one really helps me in my final project, thank you sir!!!
Glad to hear that!
Thanks for the tutorials! easy to understand and a brilliant way of explaining things to the point where even beginners can easily follow.
thank you, much appreciation for the awesome feedback
Best tutorial I've ever seen! Infinite times better than Daniel's!!! Waiting for more videos!!!
thanks so much. i appreciate the feedback!
Great job, thanks a lot. It made the interference of html, php and MySQL more clear to me.
The best coding tutorial video I've ever watched honestly, thank you so much.
Thank you for this wonderful review, and You're very welcome!
You deserve Billion Subscribes, Thank You, you did it well, i appreciate that.
you're most welcome and thanks a million for the compliment :D
I'm glad I found this. Thanks for the whole explanation!
most welcome
Just the right thing I needed for my Web programming class!
awesome!
Only experts could do this thing, it's tricky a little but you make me from knowing nothing from php to know better of it!
Bro Thank You So Much !!!! from last 15 days I'm finding a perfect video like thins and finally I got it , After watching half video only I Subscribed and liked
I'm New in coding I didn't knew anything about php .
You helped me alotttttttttttttttt
Thank you so muchhhhhhhhh!!!!!!!!
Glad it helped after a long search :)) you're most welcome
simple and understandable! Thank you!
Thanks and you're most welcome😊
thank you so much! Very helpful.
Glad it was helpful! you're most welcome
him: as simple as that
me: *it looks easy but I dont understand as shit*...so ill just type it for my school activity
anyways this save my ass, luckily I found this hidden gem
hahaha i can relate. well, good luck with your school project :) am glad this helped
I plan to learn PHP. I have a book in PHP and mysql. Thank you for this video.
You are welcome! PHP is awesome
Im having a hard time understanding php. This is brilliant thankyou so much!
thanks and am glad to hear it. if you'd like, you can check my beginner tutorial on the links below and also how to make your own music website. you may learn some more stuff from there :)
beginner php: ua-cam.com/video/0CFQmcrP2dE/v-deo.html
music website: ua-cam.com/video/x_W9vavhd9M/v-deo.html
Hey bro I noticed something missing in the login code from the functions code, $user_data is comparing password which is not in the $results, but thank you very much bro cause its an easy fix please make more content
thank you, i will :)
but i dont understand on that error you mentioned. there is no password check in the functions code. its simply checking if the id in the session exists in the database as a user. password is not required since the user is already logged in at that point
How can I fix that?
I LOVE YOU!!!
Thank you so much for putting the source code in the description (and for free too!!) cus I made a singular typo (I missed ONE underscore) and it messed up the entire website. But since you linked the source code I was able to compare my code and yours and see where I screwed up which was so much easier than scanning through the whole video again. Thank you so much!!
you're most welcome and thanks for the feedback. if you can, watch this other video as well to add some basic security to your website. thanks again ua-cam.com/video/pIO0pmMTJ6Y/v-deo.html
this is the greatest and simplest programming guide tutorial ever , glad, U did well. and it correctly worked thank you so so much
am really happy to hear that and thanks a lot for the compliment :)
DATA IS NOT GETTING INSERTED INTO THE DATABASE ////////((((((((((SOLVED))))))))))))))))
while creating the database at 3:00 the default value of date should be selected as 'current time stamp'. somehow that part is not included in the video. PLs add the same.
Thanks man, it helped
Thanks I was looking at the code and was like i not seeing anything wrong >.< Thanks
No one:
Google: 14:33
$feedback = 'Amazing';
echo "$feedback";
:D
😂😂thanks
Thank you so much from last 1 week i am searching for this and not found exact solution today finally i completed my work ❤️
in fact this the best tutorial i have ever seen with clear explanation
more power to your elbow sir i really appreciate
you're most welcome! i appreciate your feedback too :)
This has helped me so much and got me into using php in all of my projects. Thank you so much!!
You're so welcome! am glad to hear it. Good luck with all your projects. If you have more time you can also watch this one to upgrade your skills ua-cam.com/video/mK7CiJeYOwI/v-deo.html
Just the video I needed for my outdated approach to my recent project 🤣🤣🤣🤣
I just needed to add a login system to my already existing website, I'm sure it would be a breeze with this tutorial as I'm also using phpmyadmin, I just couldn't figure out all the steps and I had missed a few points
Thanks a lot man, I've just subscribed hopefully I'll be learning a lot from your channel, thanks a million 👏👏👏
Im going to develop a website but my knowledge in PHP is not enough.. Im so thankful for this video. I hope you will upload more and more soon to help us😊😊
More to come! you can check out the playlists i have to improve your knowledge some more
Cant even describe how much this helped me understand php at last. Big thanks !
i watch 20 videosfinally i make login logout system thank you for this video
awesome! you're most welcome and thanks for leaving some feedback :)
@@QuickProgramming sir please make a video on email verification for website
@@nearall i will, very soon
finally a decent and comprehensive video, thank you so much!
your doing a great job,surprisingly your code works.I was tired executing code daily luckily i found u it helped me alot in my project
thank you so much i was looking this video so long and finally i found someone who made my day thx
awesome 😊 you're most welcome and thanks for the feedback!
You're a saviour,chief.Huge Thumbs up!!
You're most welcome and good luck with your project 😊
Bro thank you so much, even my teacher couldn't help me with my project. Thanks a lot
You are most welcome
thank you so much for this, it was exactly what I was looking for. I struggled with ending the correct lines and sometimes placing spaces where they did or did not belong but I was able to compare your code to mine to fix these errors. I really appreciate it !
You're most welcome and am glad I could help🙂
best video for login-signup connection ever ...thank you
You're welcome!
actually i have a assignment that should i done that. this is an amazing tutorial thnks
Thank you for the source code and the video. You have no idea how important you just became to my life
Am very glad to hear it, you're most welcome😊😊
thank you so much. you remind me of my senior that always help me in programming.
Thanks, am humbled by that reference😁😁
man you saved me, now im working on a database for my website, i participate at a hackaton and you saved me
am happy to hear it! and good luck with the hackathon
I just wanted to show my appreciation and say thank you for the content.
Thanks Richard, that means alot😊
thanks of this tutorial i only know html and css looking forward to learning php
You are welcome!
Nice Video. Concise, one video, straightforward. Perfect, well done.
you are the man, thanx man, you saved me, i understand php alot better now
very glad to hear it :)
This clip will keep me here every time ❤
Mindblowing tutorial! I wasn't able to find anything better than this! Thankyou so much!
thank you, am really glad it was super useful :)
You have rescued my grades for this semester. Thank you!
Nice😁 you're most welcome
@@QuickProgramming One thing I'm wondering though, is the step to generate user IDs necessary if you handle primary keys in the database via auto_increment?
@@areallyboredindividual8766 if i see id=50 in your profile url, i can then change it to id=51 and get the profile of whoever signup after you. then i can test for 1d=500 just to see how many profiles are on the site. even better, i can make an automated bot to go through all the profiles on the website and collect data. thats why its a bad idea to use the primary key in the url
@@QuickProgramming I have a situation where I've followed everything to the letter for registration and made sure it matched up with my database, yet nothing is being sent to the database when I register.
@@areallyboredindividual8766 echo your query and then copy it from the page and paste it in the SQL tab in phpmyadmin. Click on your database first. If there's something wrong with the query, it will give you a specific error
Thank you sir ! I don't know how could I thanks please keep it up your are worth me than gold. Thank you very much god bless you budusarani!
Thankyou sir....finally I found a perfect video which I was searching throughout the day
Awesome, am happy to have helped :)
Thankyou once again sir...and happy teachers day!!
Omg...Thank you 1 month I've been trying to figure that out and You did it thank you!!!!!!
Thank you very much for the clear and detailed explanation!!! You saved my time and nerves🙌
Great to hear! you're most welcome :)
The source code worked for me , Thank you for the upload 🤝
you're most welcome
THE BEST TUTORIAL EVER!!!!
thank you :))
One of the best tutorial that I watch😍😍😍
thank you, am glad to hear it :))
You the real OG.!! Thanks a lot for such a precise and informative tutorial.
Thanks and you're most welcome❤️
Thank you so much sir. It really helps you save us from our exam hahaha☺️
you're most welcome 😊 and all the best in that exam!
Thanks, worked properly.. Earlier I was getting errors , page not found, or some other error after submitting
thank you for the video, but I think you need to change the primary key because if there are 2 user using the same username, only the first one will be able to login. Anyway this tutorial is amazing. well done.
thanks, but i didnt include that because i wanted the video shorter. watch this for advanced form validation ua-cam.com/video/ymPlbgz6BoU/v-deo.html
Thank you , your tutorial saved my project
am glad to hear and you're most welcome
THANK YOU SO MUCH ALL THE TUTORIAL I CHEKED BEFORE (LIKE 15) DIDN'T WORKED AND UR'S DID I LOVE YA' CHEERS!
That's awesome, am glad to have helped. You're most welcome😊☺️
That's awesome, am glad to have helped. You're most welcome😊☺️
You are genius mate, I enjoyed this tutorial, it gave confident
Thank you.
I salute you .
Experts are never afraid to share.
i really love this video finally i have created my project am happy
you number one lifesaver i dont know how to thanks you
am glad it was helpful :)) thanks for the feedback
This is wonderfully done Sir! I can't thank you enough.
Would love now to see how to take it from your localhost to your remote server. But thank you so much!
great, thanks. i'll make a tutorial on that soon
Great Insight and hands-on practical training with your technical knoweldge
thank you. am glad it was useful
nobody can teach PHP like you do. Most tutorials I've seen are outdated. May you find what you're looking for. I am a self taught computer software engineer... much love, straight from Nigeria
This is wonderful, you have been straight forward to the point.
Thanks for the feedback and you're very welcome :)
Thank you thank you thank you, I'm happy I found this channel of yours. It helps me for my school project. I hope you will continue to do this kind of content.
God bless you❤️
@Quick Programming
Good and easy tutorial , it is useful to me ,,,God bless you
Thanks
Thank you so much ! I have never seen video like yours!!!
You're welcome! am glad it helped
Thank you very much.. so simple to understand
am very glad it was helpful! thanks for the feedback :)
Bro, THIS MADE MY DAY BETTER!
good sharing and easy to understand .
Hey King, you dropped this 👑👑👑👑
Lol that's a funny one😂😂
finally a video with code that works. thank you so much!
you're most welcome :)
Thanks man, i really appreciate this i couldn't fine any other video that went through the steps like you did, thanks 🙏 👍 🙌
You're very welcome! thanks for the feedback :)
N O I I C E ! ! 👏👏👍👍
clear and simple to follow video tutorial.
SUBBED!!
keep it up!!
thanks :)
You are vey brilliant i have no more words
Thank you
@@danindusaluka941 you're most welcome and thanks for the compliment :)