[thelist] fopen on php failing

alex alex at deltatraffic.co.uk
Wed Feb 23 11:58:46 CST 2005


Hi evolt

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!

ideas?

rgds
Alex
 





More information about the thelist mailing list