Online Notes Sharing Platform PHP Mysql Project

Subscribe YouTube For Latest Update Click Here

100 + PHP Projects with Source Code 

Requirements

  • PHP 5.3 or higher recommended
  • MySQL DB
  • Ability to write .htaccess file for apache mod_rewrite

( Make Sure PHP Version 5.5 to 5.6 )

Xamp PHP 5.6 download link -  Click Here

Xamp PHP 5.5 download link -  Click Here

Installation

  • Upload College-Notes-Gallery to the directory of your choice. (E.g : /var/www/html/online-notes-sharing )
  • Import MySql Db file to your database software (E.g : PhpMyAdmin -> Create DB -> Import notes.sql )
  • Configure connection between your database and server by modifying the /includes/connection.php file
  • Navigate to the installation in your browser ( E.g : http://localhost/online-notes-sharing )
  • Done 🙂

Login Details

  1. Admin:

username: root

password: adminroot

  1. User:

username: user

password: userpass

Main Features

  1. Multiple user access: Allows multiple type of users(teacher/student/admin) to login
  2. Functional Admin panel: Allows admins to manage the whole system
  3. CRUD functionalities: Allows all users to create,read,update and delete their notes in a managed format
  4. Profile update option: Allows users to update their profile/account details
  5. Secure registration and login option for users
  6. Allows students and teachers to download/upload their course notes easily
  7. Allows users to recover their password using forgot password option

 

Download Here

Buy Now Project Report ₹501

3 Comments

  1. please can you please help me solve this problem because i really need this project, it’s too close to the project i wanna create in my studies ,

    here is the error i get when i want to upload a note:

    Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in C:\xampp\htdocs\notes\gump.class.php:316 Stack trace: #0 C:\xampp\htdocs\notes\dashboard\uploadnote.php(30): GUMP->sanitize(Array) #1 {main} thrown in C:\xampp\htdocs\notes\gump.class.php on line 316

    when i want to register:

    Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in C:\xampp\htdocs\notes2\gump.class.php:316 Stack trace: #0 C:\xampp\htdocs\notes2\signup.php(10): GUMP->sanitize(Array) #1 {main} thrown in C:\xampp\htdocs\notes2\gump.class.php on line 316

Leave a Reply