This should be a very simple problem, but I am unable to load a .xlsx file down the directory tree by one. It works for my other function calls.
$xlsx = new SimpleXLS("filetoload"); //works fine
but
$xlsx = new SimpleXLS("./docs/filetoload");
or
$xlsx = new SimpleXLS("docs/filetoload");
do not. What am I missing?
|