Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
PHP registration, login and content management system
Highest Rated
Rating: 4.8 out of 5(278 ratings)
1,345 students

PHP registration, login and content management system

Controlling access to your web pages and data
Created byMichael Miller
Last updated 11/2019
English

What you'll learn

  • Create a custom registration and login system that will allow the administrator to control exactly which users will have access to which web pages

Course content

11 sections61 lectures9h 45m total length
  • Introduction6:39

    Explore building a PHP registration, login, and content management system with user groups and page permissions, including email activation and an admin interface to manage users, groups, and pages.

  • Software and background knowledge you will need8:19

    Install and configure open-source software for a PHP-based registration, login, and content system: Apache, PHP with PDO, and a web-accessible database, plus HTML, CSS, JavaScript, Bootstrap, and jQuery.

Requirements

  • Basic knowledge of HTML, CSS, JavaScript
  • Basic knowledge of PHP
  • Basic knowledge of SQL and databases
  • All of the above can be had in my course Introduction to web programming for GIS

Description

This course will teach you how to build a secure user registration and login system and a content management system that will allow you to control exactly who has access to your data and web pages 

  • Registration will include email confirmation to verify identity
  • Users will be allowed to change their own passwords
  • The site administrator will be able to create groups and assign users and web pages to those groups
  • Users will only have access to the web pages as signed to groups that they are members of
  • Although I use PostgreSQL as the database in the course I access it through PDO and thus the code will work with any database that PDO can access such as MySQL, SQLite, and others

Who this course is for:

  • Anyone who is interested in learning how to build a user registration system that will allow users to login and gain access to web pages that are not accessible to the public