Quote:
|
Originally Posted by Buskerdoo
Working on a new "pay for info" site. In other words, you pay for an article and get it downloaded. Can anyone give me any direction on getting some off-the-shelf code or programming that will help?
|
Make a database with a field called "paid"
Then when they pay, through a form or whatever way you will take payment, make paid=1 for that user. And on the download page, only allow access if the user is logged in and paid=1 :-)