Posts Tagged ‘errors’

  • article_php

    Show Errors in PHP

    July 15th, 2010 | Code and Servers | Tomi Lehto | No Comments

    In the good “old” days when 99% of all websites looked horrible, PHP would by default spit out all errors. If you made a mistake in your code, you’d get gracefully “notified”. With PHP 5 we arrived to a new era of hidden rebukes – page just loads totally blank by default. If you like [...]

    Read More