use php's error_level function to turn down the error reporting level and these messages will go away. see the manual for proper usages. http://www.php.net/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
use php's error_level function to turn down the error reporting level and these messages will go away. see the manual for proper usages. http://www.php.net/
Strict Standards: Assigning the return value of new by reference is deprecated in Spreadsheet/Excel/reader.php on line 261
line 261 is :
$this->_ole =& new OLERead();