Re: errors still being displayed even if variables in php.ini set to off

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 4:23 PM -0800 12/27/08, Fred Silsbee wrote:
on page 1
Notice: Undefined index: in C:\Inetpub\wwwroot\handle_log_book_MySQL.php on line 71

Notice: Undefined index: in C:\Inetpub\wwwroot\handle_log_book_MySQL.php on line 72

in php.ini:

error_reporting  =  Off

display_errors = Off (in 2 places)

display_startup_errors = Off


Try:

error_reporting(0);

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux