Chrisj Posted April 2, 2009 Share Posted April 2, 2009 I'm using a PHP script and am adding a Paypal link, so when the user/purchaser returns to the PHP script he is routed to a protected page that only users who have made the payment can access. Can someone help me with the protected page part? Some clues, any help would be appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/152240-how-to-make-a-php-protected-page/ Share on other sites More sharing options...
premiso Posted April 2, 2009 Share Posted April 2, 2009 You want to look into Paypal IPN. Basically once the transaction is made the IPN lets you know and you can update your database for that user to give them access. Quote Link to comment https://forums.phpfreaks.com/topic/152240-how-to-make-a-php-protected-page/#findComment-799480 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.