This is a Simple Company Website with an Admin Panel project in PHP Language. This web-based application generates a single-page company/business website. The website information is dynamics which means it has a feature where the company/business management/staff can modify the content, details, and other information in the system using without making any changes in the source code. The system has an Admin Panel where the system admin user will have a front-end to configure the information on the website.
Features
Admin Side
- Secure Login/Logout
- Dashboard
- Manage About Content
- Manage Company/Business Services Providing
- Manage Clients List
- Manage Testimonies
- Manage Contact Information
- Manage Inquiries
- Manage Website Other Information
- Manage Account Details
Website (Single Page only)
- Display Company Banner
- Display About Content
- Display the Services of the Company/Business Providing
- Display Previous/Current Clients
- Display Testimonies
- Contact Form for Inquiries
- Display Contact Details
- and Display some other information
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP’s Control Panel and start theÂ
Apache andÂMySQL. - Extract the downloaded source code zip file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP’s “htdocs” directory. And If you are using WAMP, paste it into the “www” directory.
- Browse theÂ
PHPMyAdmin in a browser. i.e.Âhttp://localhost/phpmyadmin - Create a new database namingÂ
company_website_db. - Import the providedÂ
SQL file. The file is known asÂcompany_website_db.sql located inside the database folder. - Browse the Company Website with Admin Panel Project in a browser. i.e.Â
http://localhost/company_website for the website andÂhttp://localhost/company_website/admin for the admin panel.
Admin Login Information:
Username: admin
Password: admin123