Hey, The way you are reading info is for an HTTP GET, I am not sure if that
is how PDT sends the data, but with IPN, the data is sent in an HTTP POST.
You can check to see how the data is being sent by looking at the
$REQUEST_METHOD global. Here is my script to read from the POST data:
put empty into gBuffer
REPEAT until length(gBuffer) >= $CONTENT_LENGTH
read from stdin until empty
put it after gBuffer
END REPEAT
put "cmd=_notify-validate&" & gBuffer into vReturn
Hope that helps!
TTFN
Bridger Maxwell
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution