January 2010
Showing all errors with PHP
Jan 22 2010When developing a site with PHP, it can be a great testing tool to be able to see any errors resulting from your code. Sometimes the default server php configuration hides these errors and in my experience most of them do. But you can show the errors with a couple of extra lines of code. This... read more on Php Show All Errors
