- Jun 13, 2000
- 26,379
- 1,766
- 126
I'm setting up a site that's selling tickets to an event. Someone logs in to the site and they're presented with a pay now button to a Paypal account.
After they pay at Paypal, I want to update my db so I know how many tickets they bought. Paypal lets me direct them to a confirmation page of my choice...I'd like to set this page up so it updates a couple of attributes in the DB.
How would I code this in PHP? Everything I have going to php requires a post or submit action and I'd like it to be transparent to the user.
Thanks.
After they pay at Paypal, I want to update my db so I know how many tickets they bought. Paypal lets me direct them to a confirmation page of my choice...I'd like to set this page up so it updates a couple of attributes in the DB.
How would I code this in PHP? Everything I have going to php requires a post or submit action and I'd like it to be transparent to the user.
Thanks.