3 thoughts on “Debugging Article for PHPWomen.org

  1. I find good error handling and log files are the best starting point.

    As I use ob_gzhandler() a lot of echo/var_dump() stuff gets lost and results in a blank page (as the compressed content becomes invalid). Here’s a minimal example to hack away at:

  2. Hey Geoff! Logging is certainly a very useful technique – I build it in to my apps, but when you inherit something sometimes its the apache logs or nothing :)

Leave a Reply

Please use [code] and [/code] around any source code you wish to share.

This site uses Akismet to reduce spam. Learn how your comment data is processed.