[snip] .... I am researching some classes .... [/snip] OK. One of the silly classes fails, saying --
Fatal error: No parent class available in this context in biff.php on line 52 line 52 is -- 49 function BiffWriter() 50 { 51 error_reporting (E_ALL); 52 parent::BiffBase(); 53 $this->_fill_AA_notation(); 54 } This is on a server with PHP 4.04. Does anyone have any clues as to why it might not work? ACCCK! I am so frustrated at this point that I would almost rather write spreadsheets by hand! Thanks for your help! Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php