Posted by Chimanrao on 12/19/07 05:30
I am getting a connection refused error for the following piece of code $errno = 0; $errstr= "testt"; fsockopen("www.google.com", 80, $errno, $errstr, 300); echo $errno; echo $errstr; what could be the reason? I am running php 4.4.4 Chiman
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming