How to Make Login Form in Php and MySQL

preview_player
Показать описание
In this tutorial, we will learn How to Make Login Form in Php and MySQL, Basically, Login form is very important to login the applications.

So, First of All, we will learn How to Get data from input text fields, then we will learn How to use validation to check the input fields empty or not, then we will learn How to match the input text fields data with our database records.

OnlineITtuts Tutorials cover many topics such as Web Designing, Web Development, Programming, Database, WordPress, Blogging, Google AdSense, Digital Marketing and TipsNTicks. I was made many videos for different categories, and I will share another helpful tutorial for different topics.

Follow Us on Facebook

Follow Us on Twitter

Follow Us on Pinterest
Рекомендации по теме
Комментарии
Автор

Thanks sir.
Nice video . Helping me a lot with my mini project

krishnar
Автор

Thank You So Much Your Videos Help Me A Lot

yusufsunset
Автор

Thank you so much
Your videos really helped me a lot

listentosongsandstudywiths
Автор

Thanks for the video sir, it helped me to understand how a log-in system works.

ianc.guzman
Автор

thanks for the video it helped!!! but anyway, do u know how to make and connect this login form to dashboard? cuz my lecture tell me to make dashboard

alyaharyanti
Автор

I can't found the previous video kindly send me the link please

krithika.r.m.
Автор

Hi. Thanks for the upload. I tried following along but when i enter username and password the page just refreshes. Even if i enter wrong details. What could i be missing? Any help?

JMXCzw
Автор

Please don't use that in any system, especially if it's live on the internet.

You should use prepared statements to prevent sql injection.
And you should NEVER use md5. PHP has built in functions (password_hash() and password_verify()) to handle passwords. md5 is way to weak and can be brute forced.

ijmtzyq