Warning: fopen(/Users/abx/Downloads/weight_nsp_ben.csv): failed to open stream: Permission denied in /Users/rjw/Sites/sandbox/test_weight.php on line 9Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /Users/abx/Sites/sandbox/test_weight.php on line 10Warning: fclose() expects parameter 1 to be resource, boolean given in /Users/abx/Sites/sandbox/test_weight.php on line 11
Worked great putting it in the same directory. I had a permission error on trying to modify php.ini.
Dave Baldwin
Glad you got it working. There is a 'block' of sorts between the GUI and the command line in OSX. Some things can only be accessed thru the 'Terminal' app. I think they did that to get keep less sophisticated users from screwing up their computers.
allow_url_fopen = off
Change to:
allow_url_fopen = On
And add or change this line below it:
If:
allow_url_include = off
Change to (or add):
allow_url_include = on