Online Banking

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Hypertech
Forum Newbie
Posts: 2
Joined: Wed Apr 16, 2003 11:25 am

Online Banking

Post by Hypertech »

Is it possible to create an Online Banking system using php?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Probably.

Mac
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

sure ;)
Jim
Forum Contributor
Posts: 238
Joined: Fri Apr 19, 2002 5:26 am
Location: Near Austin, Texas

Post by Jim »

Is it possible to catch a fish using a fishing pole?
pootergeist
Forum Contributor
Posts: 273
Joined: Thu Feb 27, 2003 7:22 am
Location: UK

Post by pootergeist »

yea - though you would be advised to construct you own custom encrytion algorythms and perhaps extend the standard parser somewhat.
Hypertech
Forum Newbie
Posts: 2
Joined: Wed Apr 16, 2003 11:25 am

Post by Hypertech »

pootergeist wrote:yea - though you would be advised to construct you own custom encrytion algorythms and perhaps extend the standard parser somewhat.
Any other recommendations?

Thanks
micknic
Forum Commoner
Posts: 37
Joined: Thu Feb 27, 2003 1:27 pm
Location: belgium

Post by micknic »

of course it's possible
I'm currently doing a kind of netbanking using php

for encryption you should use something like openssl
Post Reply