I have used and tested a script on my linux machine with an apache webserver and php4 installed, when i uploaded the script i got a error of a bad file desctiptor in the fopen statement:
The code i used is:
$webpage="http://www.zuid.knkv.nl/file.htm";
$fp=fopen($webpage,"r") or die("Error");
when the url was http://localhost/blabla everthing worked fine!
Who can help me????
Regards,
Mark