I've been trying out a few frameworks recently for a couple of projects, and this week I've been playing around with Zend Framework. These are my thoughts from having gone through…
For most PHP sites the default settings in php.ini will be sufficient. However, in some circumstances you may find yourself needing to override the defaults -- for example if you…
If you're running a PHP application, particularly a web service, you may want to restrict access based on the client's IP address. Whilst this is not a fool-proof method of…
Most of the time on websites you will simply link directly to a file if you want to allow visitors to download it. However, there are two occasions when you…
Ever wanted to fiddle about with Linked Data using RDF and SPARQL? If so, LiteraryMachine has an excellent post entitled Dead Simple: RDF and SPARQL using PHP, which explains how…
Zend are giving visitors to their site the change to win tickets to the PHP UK conference which is taking place at the end of February. Entering is free, but…
If you've ever needed to automatically read or generate Excel spreadsheets in PHP, there's a fantastic library called PHPExcel which will help you with these tasks. It supports Excel 2007…
WordPress 3.0.4 has been released today and contains an important security update. Everyone is strongly advised to upgrade as soon as possible. More information about the vulnerability can be found…
I've recently released a PHP library for Akismet, the comment spam detection service. There's already a plugin available for WordPress, but the integration is so tight that you can't easily…