Yep that's spot on. -----Original Message----- From: Phil Driscoll [mailto:phil@xxxxxxxxxxxxxxxxxxx] Sent: 13 April 2004 8:52 To: Stan Shaw; php-windows@xxxxxxxxxxxxx Subject: Re: PHP Site unix to Windows Migration errors On Tuesday 13 April 2004 20:29, Stan Shaw wrote: > Thank you, that eliminated the error message. Now to figure out why the > pages aren't working..... > > Not to be overly critical, but isn't using variables or constants that > haven't been initialized a poor coding practice? Yes! For debugging purposes, error reporting should be set to E_ALL. Once you have found and fixed all the actual problems, on a production machine you should edit your php.ini so you dont display errors, and instead send them to a log file. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. ********************************************************************** -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php