Feeds:
Posts
Comments

Archive for August, 2007

php Tips

Turn On Error Reporting Immediately
The single most important thing I tell people who use PHP is to turn error reporting to its maximum level. Why would I want to do this? Generally the error reporting is set at a level that will hide many little things like:
* declaring a variable ahead of time,
* referencing [...]

Read Full Post »