Payment Script

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
GameOne
Forum Newbie
Posts: 1
Joined: Fri Oct 29, 2004 11:47 am

Payment Script

Post by GameOne »

Hi Everyone
I am new here, just joined this forum. I need a PHP script to accept credit card payments in my website. I am doing a project of my own to build an online shoe selling system. I have built my shopping cart and only payment processing is remaining. Can anyone help me with the script as I dont have any idea of how to write a script. I need a completely built script so that I can just put it into my project, because time is running out and I have to meet deadline. And also, this project is not online so I need something that works on PC. I am using Apache, PHP 5.0 and MySQL.
Your help will be appreciated.
Thanks
GO
Draco_03
Forum Regular
Posts: 577
Joined: Fri Aug 15, 2003 12:25 pm
Location: Montreal, Canada

Post by Draco_03 »

I know this is not what you asked for,

But maybe you should look into paypal.
It does everything for you (money transfer etc) and doesn't cost anything per month.
It take a % of all your transaction.(low rate)
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

i agree w/ draco_03

plus paypal is a trusted name that people are familiar and comfortable with
(well most people, before ebay bought them they were pretty shady!)


if you dont wanna do that, well your still going to need to get a merchant account
so you can accept credit cards, and pretty much all of them provide code samples
to work w/ their payment gateway

authorize.net is really popular, and im sure has some code to get you started.
Post Reply