National Weather Service Current Observations PHP Script Project Has First Release
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.
Related Posts
The numbers inside parentheses are relevance scores. Scoring is based, in order of priority, on title, category, content and tags. The higher the score, the more likely that post relates to this post.


[...] 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 [...]