I use Gyozo Papp's error handler class. Very useful because you can set errors to go to a pop-up window or to a log depending on where you are in the testing process. http://freshmeat.net/projects/errorhandler/ It hasn't been updated in a couple years, but don't let that put you off. It works just fine. Thom Dyson Director of Information Services Sybex, Inc. pgsql-php-owner@xxxxxxxxxxxxxx wrote on 03/01/2005 11:14:35 AM: > i'm running php with postgresql. i just finished > polishing off a pretty long query sequence. my page > returns a blank page. > how do i turn on error reporting when running php as a > cgi on my development xp / cygwin box?