You are on page 1of 2

Online electricity bill payment Project in

PHP MSQL
The project is a web based application where users can get instant electricity bill and pay them
online via credit card , debit card .

The system would be having two logins admin and user login. Admin can view user account
details and can even add or updates things in their account. Admin has to feed the system with
electricity usage data into respective users account. The system then calculates the electricity bill
for every user and updates the information into their account every month. User can then view
their electricity bill and pay on the spot before month end. If user is incapable of paying the bill
before month end, it then calculates fine for each subsequent day.

Brief overview of the technology:

Front end: HTML, CSS, JavaScript

1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
2. CSS : (Cascading Style Sheets) Create attractive Layout
3. Bootstrap : responsive design mobile freindly site
4. JavaScript: it is a programming language, commonly use with web browsers.

Back end: PHP, MySQL

1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create
dynamically generated web pages, in HTML, XML, or other document types, as per client
request. PHP is open source software.
2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in
databases.
3. Laravel Framwork .

Software Requirement(any one)

 WAMP Server
 XAMPP Server
 MAMP Server
 LAMP Server

Installation Step :

 extract zip file in htdocs or www folder.


 create new database phpmyadmin and import sql file.
 edit .env file database credential.

You might also like