This Accounting System In PHP is a simple project for keeping the records of customers which is in PHP, JavaScript, and CSS. The project contains an admin side. All the management like updating records, editing site contents, adding customers, and other details can be managed from the admin side.
About Accounting System In PHP
The Accounting System In PHP is in PHP, JavaScript, and CSS. Talking about the features of this system, it contains the admin section. All the editing, updating, managing records of customers and products is done from here.
The admin has an important role in the management of this system. This project helps any organization to keep the records and details of products and customers in a managed way.
How To Run Accounting System In PHP ?
To run this project, you must have installed a 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/
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “my_account” and then click on the import tab
- Click on browse file and select “my_account.sql” file which is inside “my_account” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/my_account/”