The Identity Tool is a simple web application that allows users to input their ID number and retrieve specific details, including their first name, last name, address, and a picture. This tool is part of the larger pcpuppet.tech
website, but this README focuses specifically on the Identity Tool component.
The Identity Tool is designed to showcase a straightforward method for retrieving user information from a CSV file based on an ID number input. It is built using HTML, CSS, and PHP, making it easy to deploy on most web hosting platforms.
- ID Lookup: Users can enter an ID number to retrieve associated details.
- CSV-Based Data: User data is stored in a CSV file (
identities.csv
) for easy management. - Dynamic Content: PHP is used to dynamically generate content based on user input.
Watch a video demonstration of the Identity Tool:
Click the image above to watch the video on YouTube.
The Identity Tool is wrapped within the pcpuppet.tech
site, but the relevant files for this tool are:
- A web server with PHP support (e.g., Apache, Nginx)
- FTP or File Manager access to upload files to your web server
- Clone the Repository: Clone this repository to your local machine using:
git clone https://github.com/Mark-Langston/Identity_Tool.git