1. Overview
This guide demonstrates how to create an Activity Logs page for an administrator. The page will: Allow only administrators to access the page. Record that the administrator viewed the activity logs. Retrieve all activity records from MySQL. Display the records in an HTML table. Provide a logout link. The implementation uses:
- PHP
- PDO
- MySQL
- Sessions
- Role-Based Access Control (RBAC)
- Activity Logging
- HTML
Sign in to save your progress permanently.
Progress is saved in your browser session
Step 1 of 7