I'm using fasthosts and having a problem with code I've used before. The error coming up is:
The line that causes this is:Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://www.paypal.com:443 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?)
Code: Select all
$fp = fsockopen ('ssl://www.paypal.com', 443, $errno, $errstr, 30);Thanks