Hi,
I'm using:
$fd = fopen("http://www.programmers-search.com/exchange_rates.txt", "r") or die ("ERROR!<br>Cannot locate file exchange_rates.txt");
which I would expect to give me a
ERROR!
cannot locate file exchange_rate.txt
However I get th error:
Warning: fopen("http://www.programmers-search.com/exchange_rates.txt", "r") - Success in update_exchange_rates.php on line 8
ERROR!
Cannot locate file exchange_rates.txt
What am I doing wrong please?