Posts Tagged ‘ databases ’

htaccess for PHP Error Logging – An In-depth How-to …

January 11, 2012
By

Having a PHP error-handling strategy is a must for production environments and helps make your life easier in development environments. With this solution you will have real-time error-handling that avoids the public display ...

Read more »

Django 1DOT1 Arrives Just in Time for DjangoCon 2009 – Webmonkey

July 29, 2009
By

DjangoCon 2009 sees the conference swinging north to Portland, Oregon where, from September 8-12 Djangonauts will gather to discuss Django tips , tricks and features. The first three days are conference days with this year's focus ...

Read more »

Unlimited PHP Function Parameters

July 23, 2009
By

... to define an infinite number of arguments in such a way. PHP does, however, allow you to accomplish this through the function func_get_args(). Related posts: Strings and Output in PHP; Don’t Fear the Re(cursion)aper; PHP Error Handling .

Read more »