[thelist] fopen on php failing

Jay Blanchard jay.blanchard at niicommunications.com
Wed Feb 23 12:15:16 CST 2005


[snip]
started work on a scraper & i have a really annoying problem of getting 
fopen to work.

ie this sort of thing:

 $fail = "failed";
                $remote = @fopen ($link, "rb");
                if (!$remote){
                        print($link." FAILED");
                        return $fail;

im wondering if its to do with system variables being set by the
supervisor?

other programs using this function where working fine but now, they
arent!
[/snip]

Have they upgraded PHP? Is SAFE MODE on? Have the file permissions
changed?


More information about the thelist mailing list