Connect to database tables in order to display record counts and play audible threshold alerts.
- Adjust the
Audit_Dashboard.php
file to change the refresh rate of the data when its visible. - Adjust the
Audit_Dashboard.html
file to flip through multiple dashboards within a specificed time range. - Go to the full
Audit_Dashboard.html
web server address in your web browser.
- Specify your database connection and queries in the php file.
- I strongly recommend including
WHERE
andLIMIT
clauses to minimize the result set loading times. - Run the
Audit_Dashboard_Demo.php
in your browser to get a static demo of what the webpage will look like when running properly. - Feel free to add your company's logo by replacing the
logo.png
file.
This project is released under the terms of the MIT License, which permits use, modification, and distribution of the code, subject to the conditions outlined in the license.
- The MIT License provides certain freedoms while preserving rights of attribution to the original creators.
- For more details, see the LICENSE file in this repository. in this repository.
Author: Scott Grivner
Email: scott.grivner@gmail.com
Website: scottgrivner.dev
Reference: Main Branch