I have mypage.php
where I try to fopen
a file, but I get:
Warning: fopen(/json/subcat/list.json): failed to open stream: No such file or directory
This is how I try to open file: $json = fopen("/json/subcat/list.json", "r");
This is the tree of project:
P.S.: I use xampp
and root
is .../htdocs/projectName/
and
list.json
contains {"list": ["a", "b"]}
, if matter.