Posts Tagged ‘ vacation ’

PHP Error Handling- Creating a Custom Error Handler | Web Design …

December 18, 2009
By

Creating a Custom Error Handler A Custom Error Handler is a special function which is called when an error occurs in PHP. This function should accept at.

Read more »

Custom Errors & Error Triggers | Web Design company – Goweb99 blog

December 16, 2009
By

Recent Posts. Custom Errors & Error Triggers · PHP Error Handling - die() Statement · PHP E-mail Injections & Stopping Them · PHP Sending E-mails · PHP Destroying a Session. Tags Cloud. associative array BPO. Business Process outsourcing ...

Read more »

PHP Error Handling | Web Design company – Goweb99 blog

December 16, 2009
By

PHP provides a default error handling, which is very simple. An error message is sent to the browser, with filename, line number and a message describing the.

Read more »

Django Tips: PIL, ImageField and Unit Tests « ChipLog

July 25, 2008
By

Django Tips : PIL, ImageField and Unit Tests. 1 Comment Posted by chipx86 on July 25, 2008. I recently spent a few days trying to track down a bug in Review Board with our unit tests. Basically, unit tests involving uploading a file to a models. ...

Read more »