Does anyone have a recommendation for a php script that allows selling of ebooks from a website?
The only "requirement" is that it must work well with PayPal.
Thanks.
| SitePoint Sponsor |




Does anyone have a recommendation for a php script that allows selling of ebooks from a website?
The only "requirement" is that it must work well with PayPal.
Thanks.
- A simple online WYSIWYG editor for HTML code snippets.
- Managed Web Hosting - $3.95/month (resellers welcome)
- Why pay more? $8.95 domains & $9.95 SSL certificates!

hstraf, why don't you just use a conventional "buy it now" button linked to paypal's IPN system, so you could have a PHP script using the IPN payment API to send them an email when payment is confirmed with the URL to the ebook (or you could potentially attach the ebook to the email). Hope that's helpful![]()




This is for a friend, and he is not a programmer. He just wants to buy a simple script, have me install it, and then continue with his life.
He doesn't want to learn PHP, etc... and I don't have time/effort to code it for him.
- A simple online WYSIWYG editor for HTML code snippets.
- Managed Web Hosting - $3.95/month (resellers welcome)
- Why pay more? $8.95 domains & $9.95 SSL certificates!





Doesn't Paypal let you redirect to a "thank you" page after someone purchases with a "buy now" button? Why not just include the link there with instructions to download the book, and you could change the location of the book every so often if you're concerned about theft.
Otherwise - maybe something like clickbank would help here?
Web Designer or Small Business Owner?
Need More Leads and More Clients?
Get Free Marketing Tips, Tricks and Ideas Here!

All you would need to do is take the default IPN script and literally add a PHP statement to send an email to the address of the purchaser, PayPal makes it so easy they even provide the PHP/ASP/CFN/JSP/Whatever script to verify the payment went through and instruct the site in question to carry out an action... surely using the php mail command isn't too much effort for you?
Bookmarks