Book Image

Create a PHP Login and Registration System from Scratch 2020 [Video]

By : Kalob Taulien
Book Image

Create a PHP Login and Registration System from Scratch 2020 [Video]

By: Kalob Taulien

Overview of this book

This course will teach you how to create a complete login, logout, and user registration system for your website. The course will also help you to develop an understanding of PHP, MySQL, JavaScript (jQuery and Ajax), and Git (using GitHub). In this course, you’ll learn how to write the code for building a full login system with registration, logout, and members-only access pages. The videos will show you how to use JavaScript and jQuery to create an Ajax request to register users and handle the login functionality. You’ll also cover security and password protection, after which you’ll be able to create secure database connections using PHP Data Objects (PDO) instead of MySQLi to understand PDO’s object-oriented programming (OOP) way. By the end of this course, you'll be able to create a complete login and registration system confidently and be able to build classes from basic functions. All codes and supporting files are available at- https://github.com/PacktPublishing/Create-a-PHP-Login-and-Registration-System-From-Scratch-2020
Table of Contents (4 chapters)
Chapter 3
Core Functionality
Content Locked
Section 5
User Registration via Ajax Part 2
Core Functionality: User Registration via Ajax Part 2