Complete Web Developer Chapter 8 - Lesson 21 Register Form Part 3

2 years ago
1

In this video we continue working on our register form. We hash the password and save the user to the database. We also set up a security measure to help avoid cross site request forgery attacks.

We are building a content management system (CMS) using object oriented programming (OOP).

The code for this video can be found here https://github.com/parhamcurtis/cms/tree/v21

The code for this project can be found here https://github.com/parhamcurtis/cms

This is part of a complete series to learn web development from absolute beginner to job-ready.

In this series, we are going to learn the following technologies.

HTML
CSS
Javascript
PHP
OOP PHP
MYSQL
Git
MVC
Node.js
React.js

Loading comments...