bubble_chart StackLab

Role Based Access Login PHP

5 steps · pending Not started · person_outline Guest
arrow_back Back

Create the Project Structure

code text
it34a/
├── index.php
├── config/
├── auth/
├── app/
│   ├── admin/
│   ├── manager/
│   └── user/
└── includes/
Create the files Create the PHP files shown in the project tree. Some files will be completed in later steps.
  1. index.php
  2. config/config.php
  3. config/functions.php
  4. auth/signout.php
  5. app/admin/index.php
  6. app/manager/index.php
  7. app/user/index.php

login Sign in to save your progress permanently. info Progress is saved in your browser session
format_list_numbered Step 2 of 5