Weather Block

As you can see, I've added a weather block, showing everyone how cold it really is here in Ottawa. It's actually written from scratch by me, which I'm rather proud of.

Basically, it checks a local cache to see if the weather has been updated in the last hour. If not, it downloads the appropriate Environment Canada webpage and parses it for information (right now, just the current conditions).

These items are wrapped in just two functions – getWeather and displayWeather. I really should have written it in OO PHP, as I've been doing for lots of stuff lately, but it started as just a quick hack.

If you want a little PHP function to display weather on your site, contact me and I can send you a copy of the source.

This is part of the long term Archive, originally published on

Categories: BMC, Ottawa, PHP

Tags:

Last modified at