Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fscokopen() timing out

Status
Not open for further replies.

Microbe

Programmer
Oct 16, 2000
607
AU
Hey folks,

In what is a bit of an embarrassment a website client and the developer never discussed the server type so a big PHP site was built on linux but then ended up having to be deployed on MS Server 2008...sigh...

My part almost works, the only problem I am having is with fsockopen for paypal IPN.

the code is
Code:
$fp = fsockopen ('[URL unfurl="true"]www.sandbox.paypal.com',[/URL] 80, $errno, $errstr, 30);
On my home PC it works fine but on the windows server it times out.

My guess it is a firewall issue and am waiting to hear back from the system admin, but someone else may have a clue.

Many thanks in advance for any ideas.

Steve
- I have fun with telemarketers
 
I recommend you post this in the PHP forum.

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top