Jump to content

Paypal script


regdude

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.