0% found this document useful (0 votes)
1K views

Online Notes Sharing Platform PHP Mysql Project

This document provides instructions for installing an online notes sharing platform built with PHP and MySQL. It includes requirements for the system, installation instructions which describe uploading files and importing the database, login credentials for the admin and user, and an overview of the system's main features like multiple user access levels, admin management tools, and note creation, reading, updating and deletion functionality.

Uploaded by

hina shahzadi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

Online Notes Sharing Platform PHP Mysql Project

This document provides instructions for installing an online notes sharing platform built with PHP and MySQL. It includes requirements for the system, installation instructions which describe uploading files and importing the database, login credentials for the admin and user, and an overview of the system's main features like multiple user access levels, admin management tools, and note creation, reading, updating and deletion functionality.

Uploaded by

hina shahzadi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Online Notes Sharing Platform PHP Mysql

Project
Requirements

 PHP 5.3 or higher recommended


 MySQL DB
 Ability to write .htaccess file for apache mod_rewrite

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

2. User:

username: user

password: userpass

Main Features

 Multiple user access: Allows multiple type of users(teacher/student/admin) to login


 Functional Admin panel: Allows admins to manage the whole system
 CRUD functionalities: Allows all users to create,read,update and delete their notes in a managed
format
 Profile update option: Allows users to update their profile/account details
 Secure registration and login option for users
 Allows students and teachers to download/upload their course notes easily
 Allows users to recover their password using forgot password option

You might also like