Including files by relative path
问题 There must be something i don't understand about linking files -- but here's my problem. Basically, i have three files. generalfunctions.php wordcount.php index.php All three files are in different directories. B relies on A as follows: ../../../phpfunctions/generalfucntions.php And when I run B all is well. But C relies on B as follows: ../wordcount.php When I run C, I get an error saying that linked file A cannot be found. The actual error is: No such file or directory in /.../public_html