Warning: fsockopen() [function.fsockopen]: unable to connect to www.paypal.com:443 (Connection timed out)
This has worked previously? And suddenly has stopped working. Any ideas?
This is the call:
$fp = fsockopen ('www.paypal.com', 443, $errno, $errstr, 30);
Thanks for any help