On Wed, 2006-04-26 at 10:37 -0400, Jeff Loiselle wrote: > Is the only way to display fatal errors to change php.ini? no you can use ini_set() in your scripts: http://us2.php.net/manual/en/function.ini-set.php Heres a list of directives available to these functions. http://us2.php.net/manual/en/ini.php#ini.list -Jack