Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The Complete PHP & MYSQL - Login System
Rating: 4.7 out of 5(28 ratings)
153 students

The Complete PHP & MYSQL - Login System

Learn how to create a Membership website with an Admin Dashboard, with security, data validation and hashed passwords
Created byTelmo Sampaio
Last updated 11/2021
English

What you'll learn

  • Creating a Login a Register System
  • Connecting PHP with MYSQL Database using PDO
  • Creating Protected Pages
  • Learn how to Create an admin dashboard

Course content

1 section10 lectures3h 59m total length
  • Introduction2:31
  • Connection the MySQL Database with PDO25:59
  • Adding Security - Sanitise and Validate user data37:56
  • Register Users with Hashed Passwords22:48
  • Login & Logout users with Sessions35:15
  • Edit User Profile18:06
  • Creating Blog Posts40:49
  • Creating Admin Dashboard32:49
  • Deleting Users23:41
  • Download All files0:03

Requirements

  • Know the basics of PHP programming language

Description

In this course you are going to build a complete Login and Register system using PHP and MYSQL as a database.

We are going to build an Admin Dashboard where you can update the users details, and also be able to delete users. We will create also a blog section where Admins or moderators can post blog posts, but guests can only see them!

And finally don't worry I will cover every single detail so you guys can easily follow along, even if you have little experience, I will add the full code in the end of the course!

By taking this course you will learn:

Learning outcome:

  • Create a Complete Login and Registration System

  • Adding Security by Sanitising and Validating Data against malicious scripts

  • Connecting to MYSQL database with PDO

  • Learning how to Hash user passwords

  • Login and Logout with Sessions

  • and much more...

Who this course is for:

  • Beginner PHP developers curious on how to create a login system