Company Visitors Management System Using PHP and MySQL
This document describes a Company Visitor Management System (CVMS) project built with PHP and MySQL. The system allows an admin user to add, view, and manage visitor records, and generate reports on visitors between dates. It has features like a dashboard to view visitor statistics, searching visitors by name or phone number, and updating the admin's profile. The project uses technologies like PHP, MySQL, HTML, AJAX, JavaScript, and is compatible with browsers like Mozilla, Chrome, and IE8. Instructions are provided on how to set up the project locally.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
378 views
Company Visitors Management System Using PHP and MySQL
This document describes a Company Visitor Management System (CVMS) project built with PHP and MySQL. The system allows an admin user to add, view, and manage visitor records, and generate reports on visitors between dates. It has features like a dashboard to view visitor statistics, searching visitors by name or phone number, and updating the admin's profile. The project uses technologies like PHP, MySQL, HTML, AJAX, JavaScript, and is compatible with browsers like Mozilla, Chrome, and IE8. Instructions are provided on how to set up the project locally.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4
Company Visitors Management
System using PHP and MySQL
BY ANUJ KUMAR Project Name : Company Visitor Management System (CVMS) Language Used : PHP Database : MySQL User Interface Design : HTML, AJAX,JQUERY,JAVASCRIPT Web Browser : Mozilla, Google Chrome, IE8, OPERA Software : XAMPP / Wamp / Mamp/ Lamp (anyone) Company Visitors Management System In CVMS we use PHP and Mysqli database. This is the project which keep records of visitors who visited in the company. CVMS has one module i.e admin. 1. Dashboard: In this sections, admin can briefly view how many visitors visited in a particular period. 2. Visitors: In this section, admin adds new visitors by filling their information in add visitors sections and also view and manage visitors records. Admin also put visitors out time in the manage records section. 3. Search: In this bar, admin can search a particular person by their name and phone number. 4. Reports: In this section admin can generate visitors reports between two dates. Admin can also update his profile, change password and recover password.
Table of Contents [hide]
1 Some Project Screenshots
2 How to run the Company Visitors Management System (CVMS) Project
3 View Demo———————————————————-
4 Company Visitors Management System Project Report
Some Project Screenshots Admin Login Page
Admin Dashboard New Visitor Entry Page
Visitor Details Page
How to run the Company Visitors Management System
(CVMS) Project 1. Download the zip file
2. Extract the file and copy cvms folder
3.Paste inside root directory(for xampp xampp/htdocs, for
wamp wamp/www, for lamp var/www/html)
4. Open PHPMyAdmin (http://localhost/phpmyadmin)
5. Create a database with name cvmsdb
6. Import cvmsdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/cvms (frontend)