On Sat, 2008-12-27 at 16:23 -0800, 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 > > > > > > > > What does phpinfo() tell you? Don't forget that there are several places where this can be set; the php.ini file, the .htaccess file, and within the PHP code itself. If phpinfo() tells you that both settings are for errors off, then it's most likely that a line in your PHP code is turning them back on Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php