File Handling System project is developed using PHP, CSS, HTML, and JavaScript. This project has all the essential features required for the management of various documents and files. This project contains both the admin side and user’s side where the user can add, edit, delete, view, search documents for the system. The Admin plays the main role in the management of the system. In this project, all the main functions are performed from the Admin side.
About File Handling System In PHP
Admin has full control of the system, all the main functions are to be performed from Admin panel. Here, the user can view documents and add them easily. Document’s information such as contract number, section, subject, document file, description, reference number, company, employee, and date are included in this section. In order to view a document, he/she has to select a category on the basis of contract, date, description, ref. no, and enter a contract number. There the user can also edit or delete the documents. All the details of the documents can be edited easily. Users are free to upload any kinds of document files in the system, whether its PDF, Text File, Docx File or Image.
Here in the file type, it displays an icon depending upon what kind of file does the user upload. Like, if the user uploads a document file it displays a document icon and if it’s a CSV then, it shows CSV icon and many more. All the label can also be edited easily from the Label Translation section. Another last feature of this project is about User management.
How To Run File Handling System In PHP ?
File handling System in PHP helps in easy management of the documents for an individual or a company. Design of this project is simple and clean so that user won’t find it difficult to understand, use and navigate. To run this project you must have installed virtual server i.e XAMPP on your pc (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps –
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
Now Connecting Database
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on databases tab
- Create database naming “dbfile” and then click on import tab
- Click on browse file and select “dbfile.sql” file which is inside “DATABASE” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/file/”