Water Billing System for Beginners using PHP/MySQLi with Source Code
This Water Billing System is a Mini PHP Project that manages the water bills of their clients. This system stores the system users' credentials, client info, and clients' water bills. The system will automatically calculate the bill amount of the client upon saving the previous reading, present reading, and the price of water per cubic meter.
I upload this because I want to help other beginners in programming like me. Even though this system is simple and the design is not much, it can help newly PHP programmers, to have an idea of how the billing system works using PHP programming language especially those who are beginners that don't have experience in any other programming language and database management.
Features:
- Login Page
- Client List
- Client Management
- Billing Management
- User Management
![home](/sites/default/files/images/oretnom23/home.png)
![Client Edit Form](/sites/default/files/images/oretnom23/update.png)
![billing form](/sites/default/files/images/oretnom23/creating-of-bill.png)
![Client Bill](/sites/default/files/images/oretnom23/bill-print-vieew.png)
How to Run
- Download the source code and extract the zip file.
- Download or set up any local web server that runs PHP script.
- Open the web-server database and create a new database name it "waterbilling".
- Import the SQL file located in the root folder of the source code.
- Copy and paste the source code to the location where your local web server accessing your local projects. Example for XAMPP('C:\xampp\htdocs')
- Open a web browser and browse the project. E.g [http://localhost/waterbillingsystem]
User Sample Access
username: user
password: a
Demo
for more info message me in: http://www.facebook.com/joel.daitol
Thanks!
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.
Comments
Project improvement
about code
Add new comment
- Add new comment
- 10161 views