anders2002
MIS
Hi,
Can anyone help me find out why this line will not work on a remote php server (it simply outputs a 'page not found' error) but when i host it locally it works?
$fp = fopen("temp.csv","r"
or die("Couldn't open"
;
If i change it to write access "w" it works fine (but then I can't retrieve any data from within the csv file). The paths are fine and work perfectly when locally served.
Is there are setting in php.ini that I am forgetting?
Cheers,
Anders
Can anyone help me find out why this line will not work on a remote php server (it simply outputs a 'page not found' error) but when i host it locally it works?
$fp = fopen("temp.csv","r"
If i change it to write access "w" it works fine (but then I can't retrieve any data from within the csv file). The paths are fine and work perfectly when locally served.
Is there are setting in php.ini that I am forgetting?
Cheers,
Anders