Online Documents Sharing Platform in PHP with Full Source Code

Language

Online Documents Sharing Platform in PHP with Full Source Code

The main purpose of this Online Documents Sharing Platform is to allow students share their notes/documents digitally with their colleagues and teacher. This is very useful for schools or universities that are now into online class due to the Pandemic. Since face to face class is not still allowed, it is a burden for the teacher and student to submit their documents or any notes. But with, the use of Online Documents Sharing Platform in PHP, it will now be possible for them to share their notes/documents online.

About the Online Documents Sharing Platform in PHP

The Online Documents Sharing Platform is developed using PHP, JavaScript, CSS and MySQL database. It contains two sections; the admin section and the user section. To access this system as a User, you have to sign up first by filling up all the required fields in the register form. Then, as you logged in the Online Documents Sharing Platform in PHP, it will appear there the Dashboard, My Notes and My Account. In the Dashboard, you will see all the notes/Documents of a certain course and details such as Name, Description, Type, Uploaded by, Uploaded On and you can even download the notes to see its content. In the My Notes/Documents, you can Add or Delete New Notes/Documents and view their all the notes/documents that you have uploaded. The user can update his Profile under the My Account. While on the admin section, he has the ability to see all the notes/documents uploaded by the user or teacher and can approve or dis-approved the note. He can also delete the notes uploaded by various users. This Online Documents Sharing Platform in PHP is a user friendly system that different users won’t find any difficulty in navigating it.

These are the following features of the Online Documents Sharing Platform in PHP

Admin

  • Dashboard
  • Manage Users
  • Manage Uploaded Notes/Documents  By Users
  • Download Notes/Documents 
  • Manage Accounts
  • Login and Logout

User

  • View All Notes/Documents 
  • Download Notes/Documents 
  • Upload Notes/Documents 
  • Manage Account
  • Login and Logout

How to setup the Online Documents Sharing Platform in PHP with Full Source Code

  1. Download the zip file.
  2. Download and install XAMPP
  3. Run the XAMPP control panel and start MySQL and Apache
  4. Go to C:\xampp\htdocs and extract the downloaded zip file (notes) inside the folder
  5. Open the browser and go to http://localhost/phpmyadmin/ to create the database
  6. Click the new to create a database.
  7. Name the database sourcecodester_ notes.
  8. Click import to import the sql file.
  9. Click choose file and select the file that can be found inside the notes folder
  10. Click go.

How to run the Online Documents Sharing Platform in PHP with Full Source Code

Open the browser and go to http://localhost/notes/

Accessing admin accounts

Username: root
Password: adminroot

This Online Documents Sharing Platform in PHP with Full Source Code is for educational purposes only. You can download it as a reference and expand your knowledge in making a system. You can freely modify it, according to your desire.

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.

Add new comment