Monthly Archives: November 2010

Weather RSS Feed For PHP 4


Here is a quick example of how to pull out specific weather information from Yahoo’s Weather API using PHP 4’s xml_parser, it should be pointed out that PHP 5’s Simple XML utilities are much easier to use and to understand, … Continue reading

Posted in PHP, RSS, XML | Tagged , , , , , | Leave a comment

CodeIgniter’s Ridiculous GET Variable Conumdrum


Sometimes it can be ridiculously hard to grab GET Variables from the URL using CodeIgniter (like this thread emphasizes), so here’s a snippet which manually parses out the URL and grabs all the key value GET variables into an array … Continue reading

Posted in CodeIgniter, PHP | Tagged , , | Leave a comment