|
Posted by Yoko on 11/20/06 23:40
So I am using php version 4.3.9 and lets say i have a file on the server
called tester.php
so i am using fsockopen to point to that file but it gives me a error below.
$fh = @fsockopen("http://www.mysite.com/teter.php", "80", $errno, $errstr,
180);
111 Connection refused
This server is linux Redhat Enterprise with Apache 2.x
Is there anything i need to edit in the php.ini file or apache file.
Thanks...
Navigation:
[Reply to this message]
|