is php the best choice for credit-card transaction?

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
php12342005
Forum Commoner
Posts: 79
Joined: Mon Mar 21, 2005 3:35 am

is php the best choice for credit-card transaction?

Post by php12342005 »

is php the best choice for credit-card transaction?

if you develop for the issue, what tech is your first choice (i.e. jsp etc.)?

i need to develop a page for credit-card transaction, please give me comments for why.

thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

PHP can be used for it, however unless you are very knowledgable about security in this area, I'd leave it to the professionals. That sorta depends on what you think is a "credit-card transaction" though.
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Any programming language offers you the ability to shoot yourself in the foot when it comes to transactions that require high amounts of security.
I'd leave it to the professionals
Agreed.
Post Reply