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:
- Register/Login
- CRUD Customer, Rates
- CIV Transfer
- Bank Transfer
- Reports
- Transactions
- Track serial
- Recover receipt
- 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 “
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.
Hi..sir,could you please send me the project report of “currency exchange system” on [email protected]
Sorry we don’t have project report.
showing error like object not found
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?
change mysql_connect() to mysqli_connect() in login.php
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
just change every “mysql_” to “mysqli_“
I did that and now after logging in, it says “Opps some thing went wrong”
mysql_connect() has been deprecated. mysql_query() as well
Please show us how to change mysql_connect() to mysqli_connect() in login.php