Cemetery Mapping and Information System Using PHP/MySQLi with Source Code

Language

This online-based Cemetery Mapping and Information System is so powerful that allows the user explore the grounds without going outdoors and track all information about the 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.

These are the following features of the system.

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

How to Run

  1. Download and Install the latest version of XAMPP. [Download XAMPP]
  2. Open the XAMPP Control Panel and start the Apache and MySQL
  3. Download and Extract the source code "zip" file. (download button located below)
  4. Copy and Paste the source code folder in your XAMPP's "htdocs" folder. [C:\xampp\htdocs\]
  5. Open a browser and browse the PHPMyAdmin or click http://localhost/phpmyadmin
  6. Create a new database naming "cemeterymappingdb".
  7. Import the "cemeterymappingdb.sql" file located in the root folder of the source code.
  8. Open a browser and browse the project. For the public side of the system [http://localhost/cemeterymapping] and for the admin side [http://localhost/cemeterymapping/admin]

You can access the admin system using the following accounts

Username: janobe
Password: admin

I hope by sharing this project will help you with what you are looking for and for your future projects. Feel free to download and modify the source code in the way you wanted.

Enjoy!

For more information about the system. You can contact me @
Email – [email protected]
Mobile No. – 09305235027 – TNT

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Hello, I tried this procedure but I get error "Problem in database connection! Contact administrator!"

Hi, I tried to open the file i encounter this error" Fatal error: __autoload() is no longer supported, use spl_autoload_register()" but when i change to spl_autoload_register() I encounter this problem "Fatal error: Cannot redeclare spl_autoload_register()"

Fatal error: __autoload() is no longer supported, use spl_autoload_register() instead in C:\xampp\htdocs\cemeterymapping\include\function.php on line 37

Fatal error: __autoload() is no longer supported, use spl_autoload_register() instead in C:\xampp\htdocs\cemeterymapping\include\function.php on line 37

Add new comment