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