Project: Simple College Notice Board in PHP with source code
About Project
Simple College Notice Board is developed using PHP, CSS, JavaScript, and Bootstrap. Talking about the project, it contains an admin side from where a user can post all the information easily. The Admin plays an important role in the management of this system. In this project, the user has to perform all the main functions from the Admin side.
About System
In order to post a notification, the user has to select candidates such as Students, Teachers, and Staff. Then simple he/she can type a message and post it. All the message are displayed below in their respective columns. This project only contains posting notifications regarding college and each and every users can view message log easily.
Design of this project is pretty simple so that the user won’t find any difficulties while working on it. Simple College Notice Board in PHP helps in easy management of the college notifications. To run this project you must have installed virtual server i.e XAMPP on your PC (for Windows). Simple College Notice Board in PHP with source code is free to download, Use for educational purposes only! For the project demo, have a look at the image below.
How To Run??
After Starting Apache and MySQL in XAMPP, follow the following steps
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/
Now Connecting Database
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on the databases tab
6th Step: Create a database naming “notice” and then click on the import tab
7th Step: Click on browse file and select “notice.sql” file which is inside “DATABASE” folder
8th Step: Click on go.
After Creating Database,
9th Step: Open a browser and go to URL “http://localhost/simpnoticeboard/notify.php”
Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in D:\xampp\htdocs\notice\noticeboard\notifyexec.php:6 Stack trace: #0 D:\xampp\htdocs\notice\noticeboard\notifyexec.php(12): clean(‘student’) #1 {main} thrown in D:\xampp\htdocs\notice\noticeboard\notifyexec.php on line 6
why it is error ? please respond