Online Notice Board System in PHP Free Source Code

Language

Online Notice Board System with Source Code is a simple PHP project that can manage and display notices for students in colleges. The program was developed using PHP, MySQLi, and Javascript. The system is very easy to use, the user must first create a new account before accessing the system. The user can view the notice information from their respective adviser or teacher. The admin is the one and only that can put up a notice to each student on the campus.

This simple Online Notice Board System can help those who are new to PHP Language especially those IT/CS students. This web application contains CRUD (Create, Read, Update, and Delete) Operations which are common functions that are usually used on developing a web application with a database. The source code is well-written which is easy to understand modify. This application also uses the Bootstrap plugin/library to have a pleasant user interface. Feel Free to download and modify the source code the way you wanted.

Features

Admin Side

  • Secure Login and Logout
  • Manage Users
  • Add New Notice
  • List Notices
  • Edit Notice

User Side

  • Secure Login and Registration
  • Manage Personal Details
  • List All Notice sent to him

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

  1. Open your XAMPP/WAMP's Control Panel and start the Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. 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.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming online_notice.
  6. Import the provided SQL file. The file is known as online_notice.sql located inside the db folder.
  7. Browse the Online Notice Board System in a browser. i.e. http://localhost/Online%20Notice%20Board%20System/ for the user side and http://localhost/Online%20Notice%20Board%20System/admin for the admin side.

Default Admin Access:

Username: [email protected]
Password: admin

DEMO

I hope this Online Notice Board System Project in PHP Language will help you with what you are looking for. For more updates and tutorials just kindly visit this site.

Enjoy!!

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

good

Still can't access the system using: http://localhost/Online%20Notice%20Board%20System/

Add new comment