Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,223 members, 7,818,764 topics. Date: Monday, 06 May 2024 at 01:08 AM

Online Banking Source Code In PHP, MSQL - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Online Banking Source Code In PHP, MSQL (5878 Views)

Please,Help Explain This Code In C / Learning To Code In Naijarea / I Need Online Banking Source Code In PHP, MSQL (2) (3) (4)

(1) (Reply) (Go Down)

Online Banking Source Code In PHP, MSQL by treyday(m): 12:17am On Jan 22, 2017
OK, so we recently worked on a small project on Online Banking system in PHP & Mysql. I am sharing the code with the usage details here. It is for college students and individuals who might want to develop something similar. It is coded completely from scratch without using any external libraries or tools. College students can also use this as their project.

The project’s primary goals consist of:

A robust and effective web based online banking system.
Extending functionality without compromising the security.
Personal banking services that gives you complete control over all your banking demands online.
Simple and easy user interface to work with.

Online Banking features:

Registration for online banking by User.
Transferring amount from the user account to any account in the world.
Admin can activate or deactivate user account
Admin can Freeze/Unfreeze account
Customer gets to know his last login date and time each time he logs in.
Customer can check last 10 transactions made with their account.
Customer can check their account statement within a date range.
Customer can request for ATM and Cheque Book.
Admin can credit or debit user account
Admin can add/edit/delete customer
All two of them(customer & admin) can change their password.
Admin Login pages are hidden from customer for security purpose.

This project is divided into 2 hierarchical parts:

The index page for the customer login.
A hidden admin login page.

Usage:

Install WAMP or something similar.
Copy all the files to c:/localhost/banking/
Import the bank_db.sql from phpMyAdmin.
change the password in _inc/dbconn.php file accordingly.
visit localhost/banking (customer index page)
visit localhost/banking/adminlogin.php (admin login)

Kindly Contact me for DEMONSTRATION ONLINE...
charlesfisher507{at}gmail.com
Re: Online Banking Source Code In PHP, MSQL by KingMicky3286: 2:06am On Jan 22, 2017
Hello,

Good Day,

Please i saw your post about code, i would like you to share the idea with me.
i have tried many times to write and i keep failing , if you can send me the codes i will be glad.

I have been doing website but am not good at it because i have not sat down with a professional before to see how they cook the code.

Hoping to read from you soon.


treyday:
OK, so we recently worked on a small project on Online Banking system in PHP & Mysql. I am sharing the code with the usage details here. It is for college students and individuals who might want to develop something similar. It is coded completely from scratch without using any external libraries or tools. College students can also use this as their project.

The project’s primary goals consist of:

A robust and effective web based online banking system.
Extending functionality without compromising the security.
Personal banking services that gives you complete control over all your banking demands online.
Simple and easy user interface to work with.

Online Banking features:

Registration for online banking by User.
Transferring amount from the user account to any account in the world.
Admin can activate or deactivate user account
Admin can Freeze/Unfreeze account
Customer gets to know his last login date and time each time he logs in.
Customer can check last 10 transactions made with their account.
Customer can check their account statement within a date range.
Customer can request for ATM and Cheque Book.
Admin can credit or debit user account
Admin can add/edit/delete customer
All two of them(customer & admin) can change their password.
Admin Login pages are hidden from customer for security purpose.

This project is divided into 2 hierarchical parts:

The index page for the customer login.
A hidden admin login page.

Usage:

Install WAMP or something similar.
Copy all the files to c:/localhost/banking/
Import the bank_db.sql from phpMyAdmin.
change the password in _inc/dbconn.php file accordingly.
visit localhost/banking (customer index page)
visit localhost/banking/adminlogin.php (admin login)

Kindly Contact me for DEMONSTRATION ONLINE...
charlesfisher507{at}gmail.com

Re: Online Banking Source Code In PHP, MSQL by asalimpo(m): 6:59pm On Jan 22, 2017
treyday:
OK, so we recently worked on a small project on Online Banking system in PHP & Mysql. I am sharing the code with the usage details here. It is for college students and individuals who might want to develop something similar. It is coded completely from scratch without using any external libraries or tools. College students can also use this as their project.

The project’s primary goals consist of:

A robust and effective web based online banking system.
Extending functionality without compromising the security.
Personal banking services that gives you complete control over all your banking demands online.
Simple and easy user interface to work with.

Online Banking features:

Registration for online banking by User.
Transferring amount from the user account to any account in the world.
Admin can activate or deactivate user account
Admin can Freeze/Unfreeze account
Customer gets to know his last login date and time each time he logs in.
Customer can check last 10 transactions made with their account.
Customer can check their account statement within a date range.
Customer can request for ATM and Cheque Book.
Admin can credit or debit user account
Admin can add/edit/delete customer
All two of them(customer & admin) can change their password.
Admin Login pages are hidden from customer for security purpose.

This project is divided into 2 hierarchical parts:

The index page for the customer login.
A hidden admin login page.

Usage:

Install WAMP or something similar.
Copy all the files to c:/localhost/banking/
Import the bank_db.sql from phpMyAdmin.
change the password in _inc/dbconn.php file accordingly.
visit localhost/banking (customer index page)
visit localhost/banking/adminlogin.php (admin login)

Kindly Contact me for DEMONSTRATION ONLINE...
charlesfisher507{at}gmail.com

I thought you'd post a github link or somening likedat! angry

1 Like

Re: Online Banking Source Code In PHP, MSQL by baroman100: 9:51am On Jan 23, 2017
pls kindly send me d code or plaform.am unable to do mobile banking with my new phone .each time i download an app it will tell me that my google do not suport the browser.or do yo have idea of what i can do on ds issue.tx
Re: Online Banking Source Code In PHP, MSQL by treyday(m): 2:29pm On Jan 25, 2017
HI sorry i am unable to post to Github or anywhere like that. kindly send me a mail if you need to see a demo or view the source codes
Thanks...
asalimpo:

I thought you'd post a github link or somening likedat! angry
Re: Online Banking Source Code In PHP, MSQL by treyday(m): 2:35pm On Jan 25, 2017
Hi if you have issues with your mobile banking apps, i strongly suggest you contact the bank in question for help and support..
However if interested in my online banking source-code kindly contact me.
charlesfisher507{at}gmail.com

baroman100:
pls kindly send me d code or plaform.am unable to do mobile banking with my new phone .each time i download an app it will tell me that my google do not suport the browser.or do yo have idea of what i can do on ds issue.tx
Re: Online Banking Source Code In PHP, MSQL by nnamdiosu(m): 4:54pm On Jan 25, 2017
treyday:
OK, so we recently worked on a small project on Online Banking system in PHP & Mysql. I am sharing the code with the usage details here. It is for college students and individuals who might want to develop something similar. It is coded completely from scratch without using any external libraries or tools. College students can also use this as their project.

The project’s primary goals consist of:

A robust and effective web based online banking system.
Extending functionality without compromising the security.
Personal banking services that gives you complete control over all your banking demands online.
Simple and easy user interface to work with.

Online Banking features:

Registration for online banking by User.
Transferring amount from the user account to any account in the world.
Admin can activate or deactivate user account
Admin can Freeze/Unfreeze account
Customer gets to know his last login date and time each time he logs in.
Customer can check last 10 transactions made with their account.
Customer can check their account statement within a date range.
Customer can request for ATM and Cheque Book.
Admin can credit or debit user account
Admin can add/edit/delete customer
All two of them(customer & admin) can change their password.
Admin Login pages are hidden from customer for security purpose.

This project is divided into 2 hierarchical parts:

The index page for the customer login.
A hidden admin login page.

Usage:

Install WAMP or something similar.
Copy all the files to c:/localhost/banking/
Import the bank_db.sql from phpMyAdmin.
change the password in _inc/dbconn.php file accordingly.
visit localhost/banking (customer index page)
visit localhost/banking/adminlogin.php (admin login)

Kindly Contact me for DEMONSTRATION ONLINE...
charlesfisher507{at}gmail.com



Are u giving out the code for free?
Re: Online Banking Source Code In PHP, MSQL by treyday(m): 6:09pm On Jan 30, 2017
nnamdiosu:



Are u giving out the code for free?
NO
Re: Online Banking Source Code In PHP, MSQL by femarse: 11:28am On Jan 31, 2017
sample server that include (PHP MySQL and Apache ) has been downloaded, PHP has been downloaded but I don't get setting up sample server with PHP
my PHP code could not open in my browser saying local server or so missing

please give me step to set this up

pls and pls
Re: Online Banking Source Code In PHP, MSQL by Mickyprado: 11:41pm On Jul 16, 2017
Hey Guys you can download my version of the PHP Online banking apps; please do well to read the documentation files README.md
Thanks


https://github.com/tecmie/Online-Banking-system

https://github.com/tecmie/OnlineBankingPHP
Re: Online Banking Source Code In PHP, MSQL by donsheddy1(m): 11:56pm On Jul 16, 2017
baroman100:
pls kindly send me d code or plaform.am unable to do mobile banking with my new phone .each time i download an app it will tell me that my google do not suport the browser.or do yo have idea of what i can do on ds issue.tx
What is he saying? Give your son to read what is written here for you to understand that he's not talking of your bank
Re: Online Banking Source Code In PHP, MSQL by webmaster01: 1:54am On Oct 31, 2018
CHEAP,AFFORDABLE AND WORKING ONLINE BANKING SCRIPT AVAILABLE .. DONT BE SCARED OF PRICE ITS VERY AFFORDABLE

Features:
- Ability to create, edit, and delete accounts
- A state-of-the-art design that meets the banking standards
- All the pages are fully responsible, which means it automatically adjusts to all screen sizes
- It has credit, debit, disable, dormancy and closure options.
- Has a customized email template alerts in the case of crediting, debiting and transfers made.
- Uploading of user image
- Creating a credit and debit history for an account
- Records the number of times a user signs in and IP address.
- Successful transfer of funds.
- Internal messaging and ticketing system.
- SEO optimization
- Unlimited number of accounts
- SMS notification

The Project is Coded In
- PHP
- MySQL
- HTML5
- CSS
- Bootstrap
- jQuery

With Customer Support

whatsapp ME OR CALL 08188SEVEN30307

(1) (Reply)

Sorting Out A Simple Text Dictionary With PHP / Video Maker Fx Password And Username / I Need A Good Hacker

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 31
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.