GENIUS!! Why didn't I think of that. You were correct. The php.ini file that was being used was elsewhere. I found it, and restarted apache and now I get errors! I knew it was something simple, it always is, after the fact.
Thanks again! Jonathan Duncan "John W. Holmes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jonathan Duncan wrote: > > > I am getting blank pages (or partial blank pages if my HTML comes before the > > PHP) instead of errors. I know there are errors on the page because I have > > specifically put parse errors in my code to see if the server would give me > > errors, but instead all I get are blank pages. > > > > I have checked the PHP.INI file and I see this: > > > > error_reporting = E_ALL & ~E_NOTICE > > display_errors = On > > Are you sure that's the right php.ini? Take a look at a phpinfo() page > to see the actual settings your script is using. > > Also, do a quick View Source of the page to make sure the error isn't > being hidden in an HTML element. > > -- > ---John Holmes... > > Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ > > php|architect: The Magazine for PHP Professionals – www.phparch.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php