Category Archives: Programming
OptusScrape – A PHP Class to scrape your optusNet usage data
I spent the day today writing up a php class that would give me an XML page of my optusnet usage. Previously you could hook into two pages they had running to get a text version of your usage details … Continue reading
Installing PHP5.3 beta on Ubuntu 8.10
I wanted to try out the new feature available in PHP 5.3 a while ago. And ran into a few obstacles trying get it installed. Since then I’ve installed it a few times successfully. In each case I already has … Continue reading
Late Static Binding with PHP 5.3
With the Alpha3 Release of PHP 5.3 out and about it’s looking like the much anticipated late static binding functionality is starting to solidify. Once I finally got PHP 5.3 running (see my previous post) I worked through creating an … Continue reading
Installing PHP 5.3 on Mac OS X Leopard
After many frustrating hours and three separate attempts I am finally running PHP 5.3.0alpha3 on my MacBook Pro using the default Leopard Apache installation (the one you can turn on/off with web sharing). This post is as much a summary … Continue reading