Does anyone know what this error means

    Printing out $errstr along with $errno from the fsockopen() function will show you that it means "Connection Refused".

    This could mean any number of things, such as the port has been blocked by a host-based firewall or ip filtering.

    --Brad Fears

      Write a Reply...