Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Create a Login System in PHP for Beginners - Procedural MySQLi - PHP Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - How to get my lesson files
- 3 - What will you learn in this video?
- 4 - What security will we use?
- 5 - It's Procedural PHP, not OOP PHP
- 6 - If you get a error along the way...
- 7 - A demonstration of what we will make
- 8 - What YOU should have ready before we start!
- 9 - Creating our Header and Index pages
- 10 - Creating our Signup and Login pages
- 11 - Creating a connection to our database
- 12 - Creating our database
- 13 - Creating our Signup script
- 14 - Creating our Signup functions
- 15 - Testing our Signup system
- 16 - Creating Signup page error messages
- 17 - Creating our Login script
- 18 - Creating our Login functions
- 19 - Creating Login page error messages
- 20 - Changing our website when user is logged in
- 21 - Testing our Login system
- 22 - Creating our Logout script
- 23 - Creating a welcome message when logged in
- 24 - Outro