Norbet Mocsnik's Blog: Setting Up DokuWiki with Simple Authentication
Norbet Mocsnik, having just set it up himself, is sharing the steps needed to get DokuWiki set up and working with a simple authentication system. I promised to investigate the steps needed to set up...
View ArticleAndrei Zmievski's Blog: PHP 6 and Request Decoding
Andrei Zmievski has posted something new to his blog today about a feature of PHP6 that's finally been hammered down - HTTP input (request) decoding. There have been no fewer than 4 different...
View ArticleZend Developer Zone: Two Security Tips - Naming Scheme & Input Filtering
The Zend Developer Zone has posted two more handy security tips - one concerning file/directory naming and the other about input validation. From the first tip: Don't rely on obscure names to keep...
View ArticleTobias Schlitt's Blog: iRefuseToUse aNamingScheme
Tobias Schlitt has posted some comments on things recently said on PHP's upcoming support for namespaces - specifically on the ideas about naming classes the could conflict with PHP's own internal...
View ArticleWebReference.com: User Personalization with PHP: Beginning the Application
WebReference.com has kicked off a new series of tutorials today with this first part of their look at building a personalization system as a part of a bookmarking system. In this tutorial we will...
View ArticleHashBangCode.com: Revisiting filter_var() and FILTER_VALIDATE_URL
From the HashBangCode.com site today there's a new post that revisits filtering with the filter_var function included with the language. The focus in this article is specifically in validating URLs...
View Article