Another problem if you don't mind.
Call up example '05featuredemo.php'. Line 37 says:
include "05featuredemo.inc.php";
PHP does as instructed until it gets to line 32 in '05featuredemo.inc.php' --
require_once dirname(__FILE__) . '/Library/WebServer/Documents/Classes/PHPExcel.php';
I have tried several path combinations, but I get the same error:
Fatal error: require_once() [function.require]: Failed opening required '[U]/Library/[/U]WebServer/Documents/PHPExcel/Examples/[U]Library[/U]/WebServer/Documents/Classes/PHPExcel.php' (include_path='.:') in /Library/WebServer/Documents/PHPExcel/Examples/05featuredemo.inc.php on line 32
I don't have an 'include_path' statement anywhere in these two scripts. Would the 'include' statement in '05featuredemo.inc.php' have anything to do with the problem? Is there a better way to call up '05featuredemo.inc.php'?
I know I'm in a graduate level class while I'm still writing my English II term paper. I am exasperated. If the examples don't work as advertised, why in the world would I write my own code to use it.
yibbidee yibbidee that's all folks