Over the weekend I released the first version of flickr Lookup, a PHP library for accessing flickr via its API. It's a simple wrapper which turns API requests into PHP…
I've just released the first version of MaPit Lookup, a PHP library for MaPit, the mapping information service from the chaps at mySociety. It's a simple wrapper which turns MaPit…
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…