Currency Exchange System In PHP With Source Code

Project: Currency Exchange System In PHP With Source Code

About Project

Currency Exchange System is developed using PHP, CSS, and JavaScript. Talking about the project, it contains an admin side from where a user can view all the information easily. From the admin panel, he/she can maintain customers, currency rates, CIV transfer, bank transfer, transactions etc. The Admin plays an important role in the management of this system. In this project, the user has to perform all the main functions from the Admin side.

About System

In order to add the customer’s record, the user simply has to enter the customer’s name, contact, country, city, and gender. The admin can easily CRUD currencies. For this, the user has to provide symbol, currency, sell and buy rate. The admin can view the report, track serial, recover receipt and transaction. He/she can simply enter a customer’s name, transaction type, method and currency.

Other features are about CIV transfer and Bank transfer. For CIV transfer, the user simply has to enter an amount and select from and to. Now talking about Bank transfer, he/she can easily add USD amount, view all reports, transactions and add other bank accounts. For this, the user has to provide information such as bank code, bank name, account number, select currency, debit, credit and balance amount. The last feature is about Master file, where the user can view, modify and delete it.

Design of this project is pretty simple so that the user won’t find any difficulties while working on it. Currency Exchange System in PHP helps in easy management of exchange currency information and transaction records. To run this project you must have installed virtual server i.e XAMPP on your PC (for Windows). Currency Exchange System in PHP with source code is free to download, Use for educational purposes only! For the project demo, have a look at the image slider below.

Features:

  1. Register/Login
  2. CRUD Customer, Rates
  3. CIV Transfer
  4. Bank Transfer
  5. Reports
  6. Transactions
  7. Track serial
  8. Recover receipt
  9. Change transaction rate
How To Run??

After Starting Apache and MySQL in XAMPP, follow the following steps

1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/

Now Connecting Database

4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on the databases tab
6th Step: Create a database naming “liveedit” and then click on the import tab
7th Step: Click on browse file and select “liveedit.sql” file which is inside “DATABASE” folder
8th Step: Click on go.

After Creating Database,

9th Step: Open a browser and go to URL “http://localhost/CurrencyExchange_PHP/CurrencyEx/”
Provide the username and password which is provided inside the “Readme.txt” file.

LOGIN DETAILS ARE PROVIDED IN “Readme.txt” FILE INSIDE THE PROJECT FOLDER

DOWNLOAD CURRENCY EXCHANGE SYSTEM IN PHP WITH SOURCE CODE: CLICK THE BUTTON BELOW


0 0 votes
Article Rating
Subscribe
Notify of
guest
11 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Hina
Hina
4 years ago

Hi..sir,could you please send me the project report of “currency exchange system” on [email protected]

Carmelo Garcia
Editor
4 years ago
Reply to  Hina

Sorry we don’t have project report.

ghost
ghost
4 years ago

showing error like object not found

Boot Dat
Boot Dat
4 years ago

after importing the database and tried to log in from the details in the readme,txt,
the output was

Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\db.php:6 Stack trace: #0 C:\xampp\htdocs\login.php(7): require_once() #1 {main} thrown in C:\xampp\htdocs\db.php on line 6

what does it mean and how can i fix it?

codeprojects
Editor
4 years ago
Reply to  Boot Dat

change mysql_connect() to mysqli_connect() in login.php

Boot Dat
Boot Dat
4 years ago
Reply to  codeprojects

Hi, sorry. i just noticed you’ve replied on this. ive already sent other reports which i cant delete.

anyway, i couldnt find mysql_connect() in login.php
i rather found it at db.php
so i made the change and i got this error:

Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:\Users\systems consult\Documents\XAMPP\htdocs\db.php:8 Stack trace: #0 C:\Users\systems consult\Documents\XAMPP\htdocs\login.php(7): require_once() #1 {main} thrown in C:\Users\systems consult\Documents\XAMPP\htdocs\db.php on line 8

codeprojects
Editor
4 years ago
Reply to  Boot Dat

just change every “mysql_” to “mysqli_

Boot Dat
Boot Dat
4 years ago
Reply to  codeprojects

I did that and now after logging in, it says “Opps some thing went wrong”

Jesus
Jesus
9 months ago
Reply to  Boot Dat

mysql_connect() has been deprecated. mysql_query() as well

Casmir Nwaozuzu
Casmir Nwaozuzu
3 years ago

Please show us how to change mysql_connect() to mysqli_connect() in login.php

11
0
Would love your thoughts, please comment.x
()
x