Debugging techniques for PHP programmers
June 14, 2006 at 12:58 pm (apache, coldcase, debug, php)
This article details various methods for debugging PHP applications, including turning on error reporting in Apache and PHP, and by placing strategic print statements to locate the source of more difficult bugs through a simple example PHP script.


