Rigging PayPal notification

Started by
1 comment, last by krippy2k8 11 years, 7 months ago
Is there some way for a PHP instant payment notification script to signal a running process on Linux? (amazon/centOS)

I can call a system command with an argument for a program I'll make that will send a packet to my program that is already running, but is there anything more direct?
Advertisement
Oh, I know. I'll add a table of purchases to be processed upon login.
If your application accepts HTTP requests, then you can use cURL. If it accepts other types of socket communication, you can use Sockets

This topic is closed to new replies.

Advertisement