No description
Find a file
2026-03-23 21:11:11 +01:00
Images docker updated version 2026-03-23 21:11:11 +01:00
catalog.js docker updated version 2026-03-23 21:11:11 +01:00
catalog.php docker updated version 2026-03-23 21:11:11 +01:00
database_connection.txt docker updated version 2026-03-23 21:11:11 +01:00
Database_creator.sql docker updated version 2026-03-23 21:11:11 +01:00
docker-compose.yaml docker updated version 2026-03-23 21:11:11 +01:00
Dockerfile docker updated version 2026-03-23 21:11:11 +01:00
graphics.css docker updated version 2026-03-23 21:11:11 +01:00
index.html docker updated version 2026-03-23 21:11:11 +01:00
LICENSE docker updated version 2026-03-23 21:11:11 +01:00
main.js docker updated version 2026-03-23 21:11:11 +01:00
profile_change.php docker updated version 2026-03-23 21:11:11 +01:00
profile_create.php docker updated version 2026-03-23 21:11:11 +01:00
profile_create_next.php docker updated version 2026-03-23 21:11:11 +01:00
profile_management_api.php docker updated version 2026-03-23 21:11:11 +01:00
README.md docker updated version 2026-03-23 21:11:11 +01:00
Sample_profiles.sql docker updated version 2026-03-23 21:11:11 +01:00

Serial Enforcing Interface Database

A simple web-based criminal records management system built with PHP, MySQL, and HTML/CSS.
The project allows creating, viewing, updating, and deleting person profiles and their associated criminal records.


Screenshot 2025-11-28 152613 Screenshot 2025-11-28 152632

Features

  • Profile Management

    • Create a new profile with:
      • Picture upload
      • First, middle, and last names
      • Date of birth
      • State of residence
    • View existing profiles
    • Delete profiles
  • Criminal Record Management

    • Add multiple criminal offenses per profile
    • Each record includes:
      • Offense date
      • Type of offense
      • Disposition outcome
      • Detailed location (prefix, street, unit, city, state, ZIP, county)
      • Sentence/penalty (optional)
    • Delete individual offenses
  • Landing Page

    • Navigation to:
      • Profile catalog
      • Profile creation form
      • External “Exit” link

Tech Stack

CSS3

  • Backend: PHP 7+
  • Database: MySQL (tested with MariaDB)
  • File Handling: JSON intermediary for staging profile data before database commit

Profile pictures are AI-generated using thispersondoesnotexist.com. This project is educational and not intended for production use.