The bla.st Blog: Process your URLs in PHP with Apache mod_rewrite and...
There's a quick post on the bla.st blog about a handy method to create "pretty URLs" for your website without changing your code (much). With this example, it's all about Apache and mod_rewrite. For...
View ArticleWebReference.com: How to Create a Search Feature with PHP and MySQL
On WebReference.com today Ryan Butler has written up a tutorial of a simple search feature that can be integrated into any site (with their content in a MySQL database). In this article, you'll learn...
View ArticleEcholibre Blog: Customising Zend Framework Routing
On the echolibre blog J.D. has made a new post looking at Zend Framework routing and how you can customize it to get the user where they need to go. I wanted to write a post that shows a few different...
View ArticlePaul Gregg's Blog: PHP algorithms: Determining if an IP is within a specific...
Paul Gregg has shared a method he's come up with to determine if a given IP is within a selected range. Unfortunately although people usually understand that an IP address is simply an unsigned 32 bit...
View Article