As previously promised, I’ve finally gotten around to producing a PHP script to help people with limited programming skills use the National Weather Service’s free current observations XML feeds.
The script — actually, a PHP 5 class — is available at http://nws-feeds-php.sourceforge.net/. Any questions, comments, support requests, etc. should be directed there.

[...] In the case of PHP, I opted to create a class that would provide a simple array of values from the feed, as well as some predefined outputs for the feed (so far, just an HTML table; in a soon-to-be-released update, we’ll include DIV tags). [...]
[...] NWS Parsing Script for PHP is being modified to include several other Web scripting technologies. While I will continue to [...]