25543Free RSS Parserhttp://www.site-reference.com/rss-parser.phpThis parser was setup to give you the results of a simple RSS feed in a highly customizable format. You will be able to control the look and feel of the feed so that it blends seamlessly in your website.PHP > Scripts and Programs > XML and PHPOct 15, 2006Site Reference
Take a text file, a XML file and the SQLite database from PHP - and create you own small web application. This example shows you how to do it if you have no MySql DBMS at hand and a not to extensive amount of data to expect (see screenshots below). The XML file (holds all basic data we want to make available in the administration by choice), the text file will handle all the chosen data and the SQLite will contain all data submitted from users - as an extra we want to trigger the most important actions as data inserts and changes in text files with error_log(). PHP has everything you need: SimpleXML and XPath to handle the XML data, the fopen-flock-fwrite-fclose functions to handle text files and the SQLite statements and features to handle database content. A configuration class concerns about the connections, a debugger class writes the log messages and a exception class of one's own secures that text files are always in fine read and write condition or checks if the submitted data has not been manipulated. The function sqlite_escape_string prevents from submitting harmful code in the SQLite database
Feed2Html is a free PHP script that converts data from RSS to HTML. If you already have an RSS feed, just install this script to your site. You will be amazed how convenient it will become to publish news.
The Feed2Html script updates web-pages on-the-fly and makes sure that information from your RSS feeds is ready to be processed by search robots. To output information, site templates are used that help to embed the page generated by the script into any web site.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.