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 [...]
Archive for August, 2007
php Tips
Posted in Uncategorized on August 9, 2007 | Leave a Comment »