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

Reply via email to