Table of Contents
Project: Online Cemetery Mapping System in PHP and MySQL with Source Code
About Online Cemetery Mapping System Project Free Download
This Online Cemetery Mapping System using PHP/MySQLi is so powerful that allows the user explore the grounds without going outdoors and track all information about the deceased occupants. With this, you have nothing to worry about locating the graves of your deceased loved ones. Simply type the name of the deceased person that is stored in the database then the system will show to you where the grave is located. Now, that is what you called a “hassle-free” experience to have this online cemetery mapping system using php and mysql.
Features of Online Cemetery Mapping System using PHP/MySQLi
Admin Side
- Deceased Person
- Add
- Edit
- List
- Delete
- Import Excel File
- Import Occupants
- Section
- Add
- Edit
- List
- Delete
- Location
- Add
- Edit
- List
- Delete
- User
- Add
- Edit
- List
- Delete
- Reports
- List of Deceased Person
- Login and Logout
Public Side
- Search of Deceased Person
- Point out the location of the grave when it searched.
- Map Section
Online Cemetery Mapping System Project
- Name of Project: Online Cemetery Mapping System Project
- Language: PHP
- Databases used: MySQL
- Design used: HTML JavaScript, Ajax, JQuery, Bootstrap
- Browser used: IE8, Google Chrome, Opera Mozilla
- Software used: WAMP/ XAMPP/ LAMP/MAMP
Screenshots
How To Run??
Above all, to run this project you must have installed a virtual server i.e XAMPP on your PC. Online Cemetery Mapping System in PHP and MySQL with source code is free to download, Use for educational purposes only!
Follow the following steps after Starting Apache and MySQL in XAMPP:
1st Step: Firstly, Extract the file
2nd Step: After that, Copy the main project folder
3rd Step: So, you need to Paste in xampp/htdocs/
Further, Now Connecting Database
4th Step: So, for now, Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: After that, Click on the databases tab
6th Step: So, Create a database naming “cemeterymappingdb” and then click on the import tab
7th Step: Certainly, Click on browse file and select “cemeterymappingdb.sql” file which is inside the “db” folder
8th Step: Meanwhile, click on Go button.
After Creating Database,
9th Step: Moreover, Open a browser and go to URL “http://localhost/cemeterymapping”
Login Access:
Username: campcodes
Password: admin
DEMO
Related Projects: Society Membership Information System using PHP/MySQLi, Online Baptism Information System using PHP/MySQL, Preschool Management System using PHP/MySQLi, Complete Visitor Pass Management System Software using PHP/MySQLi, Human Resource Management Profiling System using PHP/MySQLi, Holistic Group Management System Website in PHP/MySQL
Download Here
I have the same fatal error. I suspect it is because the new xampp is using php version 8 _autoload is not supported. If a fix is available, please let me know. I have tried without success to change the php version to 7.4 in xampp. Will try to get that figured out with online help to see if that corrects the error.
I have the same error
Fatal error: __autoload() is no longer supported, use spl_autoload_register() instead in C:\xampp\htdocs\cemeterymapping\include\function.php on line 37 how to fix this?