Does anyone know what this error means
fsockopen() error[111]?
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
thanx brad_fears
rob