Looking for a way to distribute news in the 21st century? Use RSS -- a method of distributing news that is rapidly gaining in popularity as websites switch from email newsletters to RSS feeds. OrangeBox is the easiest way to provide news feeds. Simply fill out forms in the control panel to manage multiple feeds and news items. No need to re-upload files every time you have news. Just fill out a form, and out pops a file that is compliant to the latest RSS specification: 2.0. Runs on your PHP and MySQL-enabled webserver so that anyone in your organization can access the publishing system anywhere they are! This is a big advantage over software that only runs on one computer. Included in the purchase price of $47 is professional installation, unlimited upgrades, unlimited tech support for life, and $240 worth of free bonuses. 60 day money-back guarantee included.
This script takes the information from a given RSS feed and parses the data into an array so that you can take care of the formatting or do whatever you like with the data, I use the system to grab information from many news sources and place it in a MySQL database for later perusal.
The Voice XML PHP class allows you to easily generate VXML documents on the fly based on the W3C Working Draft, 23 October 2001 (VoiceXML) Version 2.0.
PHP Newsfeed started out as a way for us(WilsonNCAreaBusinesses) to give our users the news that matters most. Sure, you could use any of the available free newsfeeds and get great news on your site, however they lack in versatility and the ability to customize to your individual needs. So, after some searching, it was clear that we needed our own XML feed generated off of a MySQL database, so that we could post local stories that we came across, or headlines provided by outside newsfeed sources.
phpRPC is meant to be an easy to use xmlrpc library. Function syntax, and plugging into most weblogs (xoops, nuke, pn, etc) is greatly simplified with the use of database/rpc-protocol abstraction. It should run on any php server with most datbases.
PHPTagLib is a PHP class for parsing XML using a tag library. It also contains a sample library, a sample XML file and a sample calling script. With this class, you can create custom tags. To define a tag, you can choose between two methods: Use a template definition with {placeholders} or create a php function that gets the content and parameters of a tag as arguments and returns the created HTML.
This PHP class reads an XML file and stores the data for retrieval in your program. Originally designed for reading config files. Uses PHP.XPath class found at http://www.carrubbers.org/scripts/php/xpath/