Hello Peeps
I am running into trouble on a windopws 2003 box with fsockopen.
I am trying to use paylpal IPN system for a site and a test script uses fsockopen to transfer the date back to paypal.
It looks like fsockopen is not working due to me trying the same script on my linux box and working.
There is an option to use curl or LibCurl as well.
Here is the code in the script
$paypal[url]="https://www.sandbox.paypal.com/cgi-bin/webscr";
$paypal[post_method]="fso"; //fso=fsockopen(); curl=curl command line libCurl=php compiled with libCurl support
$paypal[curl_location]="/usr/local/bin/curl";
No as you can see its using fso.
I have tried curl and libcurl but I do not know the curl_location paths.
Can anyone help me try and solve this.
Hope you can help in getting fsock to work or How i can set up curl
Regards
Lee