No description
Find a file
serialexperiments0815 c253bdf19e
Revise README with project details and features
Updated project description and added features and tech stack sections.
2025-11-28 15:16:03 +01:00
Images Project uploaded for storage and access. 2025-11-28 15:14:31 +01:00
catalog.php Project uploaded for storage and access. 2025-11-28 15:14:31 +01:00
database_connection.txt Project uploaded for storage and access. 2025-11-28 15:14:31 +01:00
Database_creator.sql Project uploaded for storage and access. 2025-11-28 15:14:31 +01:00
exiting.php Project uploaded for storage and access. 2025-11-28 15:14:31 +01:00
graphics.css Project uploaded for storage and access. 2025-11-28 15:14:31 +01:00
LICENSE Initial commit 2025-11-28 15:09:57 +01:00
main_site.html Project uploaded for storage and access. 2025-11-28 15:14:31 +01:00
profile_change.php Project uploaded for storage and access. 2025-11-28 15:14:31 +01:00
profile_create.php Project uploaded for storage and access. 2025-11-28 15:14:31 +01:00
profile_create_next.php Project uploaded for storage and access. 2025-11-28 15:14:31 +01:00
profile_delete.php Project uploaded for storage and access. 2025-11-28 15:14:31 +01:00
profile_finish.php Project uploaded for storage and access. 2025-11-28 15:14:31 +01:00
README.md Revise README with project details and features 2025-11-28 15:16:03 +01:00
Sample_profiles.sql Project uploaded for storage and access. 2025-11-28 15:14:31 +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.


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

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