Skip to main content
Inspiring
June 9, 2006
Answered

Payment/Download security

  • June 9, 2006
  • 2 replies
  • 272 views
I've got something I want to sell online and I want the buyer to be able to download it imidiatly, but I need to make sure they have payed for it before it is downloaded. How can I do this? I would like to use paypal and php. Thanks guys.
This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer Newsgroup_User
I am pretty sure that Paypal can pass a response back to your site if a
successful sale has been made. Simply pick this up and if it a successful
sale allow them into the download area.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"Clukey" <webforumsuser@macromedia.com> wrote in message
news:e6cd0s$r9m$1@forums.macromedia.com...
> I've got something I want to sell online and I want the buyer to be able
> to
> download it imidiatly, but I need to make sure they have payed for it
> before it
> is downloaded. How can I do this? I would like to use paypal and php.
> Thanks
> guys.
>


2 replies

Newsgroup_UserCorrect answer
Inspiring
June 10, 2006
I am pretty sure that Paypal can pass a response back to your site if a
successful sale has been made. Simply pick this up and if it a successful
sale allow them into the download area.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"Clukey" <webforumsuser@macromedia.com> wrote in message
news:e6cd0s$r9m$1@forums.macromedia.com...
> I've got something I want to sell online and I want the buyer to be able
> to
> download it imidiatly, but I need to make sure they have payed for it
> before it
> is downloaded. How can I do this? I would like to use paypal and php.
> Thanks
> guys.
>


SClukeyAuthor
Inspiring
June 10, 2006
Thanks, I'll look into that, thats exactly what I wanted.