Login System Tutorial with PHP and MYSQL Database

preview_player
Показать описание
Upgrade your Clever Techie learning experience:

UPDATE! (9/13/19) New features and improvements for Clever Techie Patreons:

1. Download full source code with detailed comments - easy to learn and understand code
2. Weekly source code file updates by Clever Techie - every time I learn new things about a topic I will add it to the source file and let you know about the update - keep up with the latest coding technologies
3. Library of custom Clever Techie functions with descriptive, easy to understand comments - skyrocket coding productivity, code more efficiently by using Clever library of custom re-usable functions
4. Syntax code summary - memorize and review previously learned code faster
4. Organized file structure - access all Clever Techie lessons, source code, graphics, diagrams and cheat sheet from a single workspace - no more searching around for previously covered material and source code - save enormous amount of time and effort
5. Outline of topics the source file covers - fast review of all previously learned coding lessons
6. Access to all full HD 1080p videos with no ads
7. Console input examples - interactive examples that make it easier to understand and learn coding
8. Access to updated PHP Programming Book by Clever Techie

Download this video's source code and additional files here:

`````````````````````````````````````````````````````````````````````````````````````````````
PHP login system tutorial, using MySQL database and sessions, which includes registration, login, log out, and reset password functionality.
Рекомендации по теме
Комментарии
Автор

To all the people who are asking about not getting account verification email. You need to modify php.ini and set your email and email host settings. Here are my settings:

SMTP = smtp.west.cox.net
smtp_port = 25

You need to find out what your SMTP is and configure accordingly.

clevertechie
Автор

finally someone who makes in system a forgotten password. Nice job man.

BucurIonNiculae
Автор

After watching the video, I think, Youtube can introduce "double Like" or "Multiple Like" option. Had there been any Multiple-Like option I would have clicked that. I have watched many Login, Registration types of HTML-PHP- CSS tutorial. But Clever Techie's one is I feel, the best specially the beautifully color coded diagram is a superb work by the presenter. This diagram clears out confusions very quickly. It is one of the keys to success. Thank you Clever Techie.

mohammedehsan
Автор

Excellent Tutorial! The chart was very helpful to understand the workflow and what's going on at each step. Im a front end dev and was looking for a login system tutorial to implement at work for an internal dashboard. This definitely helped a lot :)

alexandermayorga
Автор

I already built a register/login system in php in another tutorial, but this one seems 100 times better yet the video is a lot shorter than the other one, good job!

KeepSkippin
Автор

I hope this tutorial will help all beginners who wants to learn PHP.
Thank you Clever Techie for this tutorial

angelocabaysa
Автор

To all those who are redirected to index.php, when implementing this into website

i had the same problem then i re anlalize all the code and found the solution. You just have to put session_start(); in the starting of php coding of registration.php page. And you are good to go... 😊

madyxter
Автор

Thanks for the offer.... I will be looking elsewhere for free tutorials on these subjects, which by the way are available to all from people who have given their times to help others enjoy the Internet Experience.

guylemay
Автор

This is the most detail tutorial i ever saw. Nice job

cristhiancantillo
Автор

I learnt this from other tutorials. it is good for study by compare lots of codes and designs. Thanks!

ILIILLLIIILL
Автор

you cannot imagine how useful this thing is! Thanks a lot!

abdullahbiler
Автор

Good tutorial!
Try logging in with wrong password on purpose, and you will get "You have typed the wrong password" message. Then log in with the correct password. The same error message will still show again. So in error.php I added a line "unset($_SESSION['message'];" right after the echo $_SESSION['message'];

Thanks,

ronymuliana
Автор

Due to special reason I cannot download the code from your website~ So I can only type the code in the video, but I found that not all the codes(or pages) were included... But... JUST RIGHT like that, I finished the missing codes and pages by my understanding, also I fixed something wrong with the codes(may be caused by the missing codes)... ...Thanks! This video helps me a lot! Your codes is nice and concise, Thank you!

sharksean
Автор

But where the data saves? In my computer? Wheb someone log into his acc will it save his pass and stuff on my pc??

Vortex-qbse
Автор

Downloaded the source code but when I click on the sign up page it doesn’t work

Riaz_kitchen
Автор

What flowchart software did you use? Thanks.

curtisjordan
Автор

literaly the best login video I've ever seen and used, Thank You!

theberend
Автор

Great work! You forgot to explain the profile.php page though.

kevgits
Автор

Incredibly helpful and comprehensive, thank you!

jsr
Автор

Amazing tutorial with all the helping images and the free source code, so you can implement it very fast. Thanks a lot!

karlcarloshuderz