mirror of
https://github.com/serialexperiments0815/SerialsEnforcingInterface.git
synced 2026-07-12 15:32:29 +00:00
No description
Updated project description and added features and tech stack sections. |
||
|---|---|---|
| Images | ||
| catalog.php | ||
| database_connection.txt | ||
| Database_creator.sql | ||
| exiting.php | ||
| graphics.css | ||
| LICENSE | ||
| main_site.html | ||
| profile_change.php | ||
| profile_create.php | ||
| profile_create_next.php | ||
| profile_delete.php | ||
| profile_finish.php | ||
| README.md | ||
| Sample_profiles.sql | ||
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
- Create a new profile with:
-
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
- Navigation to:
Tech Stack
- Frontend: HTML5, CSS3
- Backend: PHP 7+
- Database: MySQL (tested with MariaDB)
- File Handling: JSON intermediary for staging profile data before database commit