Great for classroom
Thank you once again for the share. Great sqlite script for the classroom learning.
This is a PHP Project entitled Local Offices Contact Directories Site. This is a simple PHP and SQLite mini-project that serves as an online contact directory of offices for a state or city. The main goal of this web application is to provide information to the public about the local offices including their contact details. The application has only a minimum scope but enough to learn with for those who are learning and beginners in PHP Language.
I developed this project using the following:
This simple website project has 3 modules which are the Public Side, Office Manager, and Admin Side. The Admin Side has simple features and functionalities which include managing the office master list and site information. The Public and Office Manager Side has the same user interface but the difference is that public visitor is only allowed to search office and view information while the office manager required to login in the site so they can manage their office details and add/manage their office's announcements. Each office registered in the system has only 1 system access credential.
The project source code is free to download on this website. Feel Free to download and modify the source code the way you wanter. Follow the instruction below to run this project.
Requirements
Installation/Setup
php.ini
file and uncomment the sqlite3 and gd extension. Then, save the file.Username: admin
Password: admin123
That's it! You can now explore the features and functionalities of this Local Offices Contact Directories Site project in PHP and SQLite Database. I hope this will help you with what you are looking for and you'll find something useful for your future PHP Projects.
Explore more on this website for more Free Source Codes and Tutorials.
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.
Thank you once again for the share. Great sqlite script for the classroom learning.