A simple banking system has two tables, TRANSACTION, and USERS, as well as three functions: 1. CREATE A USER 2. MAKE A TRANSACTION 3. HISTORY OF TRANSACTIONS
This project is completely made using PHP as a programming language while using XAMPP as the local server
The credentials for an optimal connection to Xampp servers are as follows
Username:bank
Password: bank
The project starts with an index page shown in Figure which can be used to navigate to one of three functionalities
Upon choosing to Create a User, It will redirect to the Create User page as in the figure below
Upon choosing to Make a Transaction you will be sent to page figure below as in
The last option lets you see the history of all transactions
At any point, you can choose to switch between these functions using the Green list box on the top right corner.
Submitted by JWALIN BOMMINA (Jwalin)
Download packets of source code on Coders Packet
Comments