regdude Posted March 7, 2010 Share Posted March 7, 2010 Hi! Is it easy to make a paypal script that would simply give a result like true/false (did buy, didn't buy)? For example, I have a SMS script that simply checks the SMS Code with the database and gives the answer if it is a good code, like this: $answer = @file_get_contents("http://...", FALSE, NULL, 0, 140); This code goes after I typed in the code and pressed Send in webpage. Before it does something I check if the user hasn't got the product etc. Can anyone show me a really simple example on how I can make Paypal script work similar to my SMS script? Link to comment https://forums.phpfreaks.com/topic/194410-paypal-script/ Share on other sites More sharing options...
Garethp Posted March 7, 2010 Share Posted March 7, 2010 https://cms.paypal.com/cgi-bin/marketingweb?cmd=_render-content&content_ID=developer/library_code_ipn_code_samples Paypal IPN, it's where Paypal notifies you when someone buys a product Link to comment https://forums.phpfreaks.com/topic/194410-paypal-script/#findComment-1022642 Share on other sites More sharing options...
regdude Posted March 7, 2010 Author Share Posted March 7, 2010 Is there a ready-to-use script like this? Link to comment https://forums.phpfreaks.com/topic/194410-paypal-script/#findComment-1022643 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.