We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5
Steps On Running The System
Step 1: Install XAMPP
1. Download XAMPP: Go to the [XAMPP website](https://www.apachefriends.org/index.html) and download the latest version for your operating system (Windows, macOS, or Linux). 2. Install XAMPP: Follow the installation instructions for your operating system. Ensure you install the Apache and MySQL components.
Step 2: Start XAMPP
1. Open XAMPP Control Panel: After installation, launch the XAMPP Control Panel. 2. Start Apache and MySQL: - Click on the "Start" buttons next to Apache and MySQL. You should see the status turn green, indicating they are running.
Step 3: Set Up Your Project Directory
1. Navigate to the XAMPP Directory: - By default, the XAMPP installation directory is located in `C:\xampp` on Windows, `/Applications/XAMPP` on macOS, or `/opt/lampp` on Linux. 2. Locate the `htdocs` Folder: - Inside the XAMPP directory, find the `htdocs` folder. This folder serves as the root directory for your web applications. 3. Extract and add the Project inside the htdocs:
Step 4: Set Up the Database
1. Open phpMyAdmi: - In your web browser, navigate to `http://localhost/phpmyadmin/`. 2. Create a New Database: - Click on New in the top menu.
- Enter a name for your database (personDb) and click **Create**.
3. Import the SQL sent to you earlier: Choose the File Then scroll down and click Go
Step 5: Access Your Application
1. Open Your Web Browser**: - Navigate to `http://localhost/persondetails/index.php`. Step 8: Test Your Application 1. Add Records: Click on "Add New Record" to add records to your database. 2.View Records: After adding, you should see the records listed in the table on the main page. 3. Edit/Delete Records: Use the edit and delete functionalities to manage your records.