eaglelegend Posted November 16, 2008 Share Posted November 16, 2008 Hi, I am currently wanting to use paypal to "subscribe" users to my site, however I am not sure how I can "safetly" upgrade (or downgrade users if they cancel or dont pay) so if I had a php file with UPDATE member SET upgrade 1/0 (1 = is premium 0 = not) without people like "passing on" the link to other users and them getting premium for free? Mark Link to comment https://forums.phpfreaks.com/topic/132957-paypal-subscription/ Share on other sites More sharing options...
redarrow Posted November 16, 2008 Share Posted November 16, 2008 with paypal form for ipn, you can use a added varable that let you enter info, 1 or 0 then when the database get that info you no who paid........ remember paypal got a very strong forum for php intergration ok......... all you do is add a column row to the existing paypal ipn info and update the column from your set varable.... set the colmun to defualt 0 and if they pay set the varables from paypal form to a 1. Link to comment https://forums.phpfreaks.com/topic/132957-paypal-subscription/#findComment-691409 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.