Hello,
Thank you for taking your time to read this.
I've looked at a LOT of sites with PayPal API/IPN. And I can not understand it, at all.
What I need is like, when the payment is successful, it updates the database.
I have a CMS, and when your logged in you can pay. So I need something like (after payment is successful)
Code:UPDATE users SET rank='2' WHERE username='$username'
The bit I'm not entirely sure on is the last bit
WHERE username='$username'Anyway, I was wondering if someone could knock something like that up quickly, because I guess most of you know all this stuff.
Thanks for your time reading this, and thanks in advance.
Regards.