2
votes
1answer
183 views
How do I start accepting Paypal on my website?
I need to add Paypal support to PHP-based website.
What data I need to send to PayPal via POST to receive a payment of X dollars sent to a specified Paypal account?
What kind of …
0
votes
1answer
127 views
How do I add Paypal billing to a PHPRunner application?
PHPRunner is great for developing a quick website. But I need some advanced abilities, like billing users through Paypal. The website is not a shopping cart and does not sell prod …