PHP Payment System

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
Think-Digitally
Forum Commoner
Posts: 25
Joined: Wed Feb 04, 2004 2:25 pm

PHP Payment System

Post by Think-Digitally »

Hey, does anyone know of a PHP payment system that enables you to give trials? and also has a subscription function

Thanks
mjseaden
Forum Contributor
Posts: 458
Joined: Wed Mar 17, 2004 5:49 am

Post by mjseaden »

Best develop your own. I'm not sure everyone knows what you mean by 'trails' or subscriptions.
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

mjseaden wrote:Best develop your own. I'm not sure everyone knows what you mean by 'trails' or subscriptions.
Not really. Handling someone's money isn't something you want to program yourself without extensive knowledge on how the systems work and how to properly secure systems and scripts.

And by trIals, he meant giving them a limited amount of things they can do with the product for a small amount of time, which they are then made to either unistall the program or download the full version for money.

subscriptions are when you buy something for a period of time. such a year long subscription, or license, to use the software for that time.
Think-Digitally
Forum Commoner
Posts: 25
Joined: Wed Feb 04, 2004 2:25 pm

Post by Think-Digitally »

Exactly lilpunkskater. Do you know of any software or script that can help?
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

Yup, but what payment processor are you looking at integrating with?
Think-Digitally
Forum Commoner
Posts: 25
Joined: Wed Feb 04, 2004 2:25 pm

Post by Think-Digitally »

What do you mean payment processor am I intergrating with?
User avatar
xisle
Forum Contributor
Posts: 249
Joined: Wed Jun 25, 2003 1:53 pm

Post by xisle »

there could be a subscription mod for http://www.oscommerce.org/
that is a decent free shopping cart with many payment modules..
Post Reply