» Home / Scripts / PHP / XML and PHP(page )

New scripts



class.xml.php is an extremely easy to use XML Tree and statistic parser. It uses PHP's XML functions for you, returning all the objects in the XML file in an easy to use Tree. It also can be used as a statistics-type program, as you
Developer: hansanderson.com Platform: PHP4 Date upd:2000-10-04 Hits20893 [Download] [Visit]
This is the simplest RSS reader on Earth that can read any kind of RSS feeds! It has only 1 SMALL function to do the work and the script it HEAVILY commented!! Read News Feeds, Blogs, Articles, Search results, anything and everything with this
Developer: boastology.com Platform: Win 9x, XP, Me, NT, Linux, Unix Date upd:2003-12-09 Hits17455 [Download] [Visit]
ActiveLink PHP XML Package parses/reads/modifies/writes XML strings and XML documents without using and requiring any PHP XML libraries. It has easy interface and comes with documentation and tutorial needed to help new users get started. Classes included are: XML, XMLDocument, XMLBranch, XMLLeaf, RSS Tag,
Developer: Zurab Davitiani Platform: linux, windows, freebsd, osx, sun Date upd:2004-10-08 Hits14733 [Download] [Visit]
Convert RSS feeds to HTML. Easily display news from other sites on your site, or convert your RSS feed to JavaScript for others to import. Supports RSS 0.91 thru 2.0. Many options for formatting output. Caches for quick redisplay. Works with proxy servers, password
Developer: Antone Roundy Platform: linux, windows, freebsd, osx, sun Date upd:2005-07-14 Hits12196 [Visit]
This project is effectively a library class for reading/writing/displaying XML documents, for manipulating them in memory by adding/deleting/changing attribute values and child nodes, and for extracting specific nodes from larger XML objects. It is written entirely in PHP (as a file to "require"), and
Developer: risource.org Platform: Date upd:2000-06-16 Hits12185 [Download] [Visit]
PHP script used to display other's news on your site. It reads, caches and then displays remote RSS (RDF) files. Supports RSS 0.9, 0.9x, 1.0, 2.0 and you can customize through it's templates the appearence on the site, including: channel name, channel link, channel
Developer: Andrei Besleaga Platform: linux, windows, freebsd, osx, sun Date upd:2004-09-04 Hits12125 [Download] [Visit]
Jonah is a set of scripts, written in PHP, to manage content and display for a portal-like site. It includes a backend which will fetch RDF/RSS/syndicated XML site summary or headline files, store them locally, parse them, and generate (and save) html from them.
Developer: horde.org Platform: Date upd:2000-02-01 Hits11755 [Download] [Visit]
Parses the information from a shoutcast server to display self refreshing stats that update every 30 seconds. It also plays the radio from an embedded windows media player control, which basically means that people can listen to your radio station from a website and
Developer: gmtt.co.uk Platform: linux Date upd:2006-08-04 Hits10339 [Visit]
eZ xml is a DOM XML parser written in 100% PHP that is compatible with the libXml DOM parser. eZ xml will parse well formed XML and return an object tree. It will report errors if the XML is not well formed.
Developer: developer.ez.no Platform: Linux, Unix, WinNT, OSX, FreeBSD Date upd:2002-01-07 Hits10060 [Download] [Visit]
This PHP4 code parses an XML document into a multidimensional array. The parser recognizes and processes almost all of XML, including processing instructions, general or external entities and notations. In addition many functions are provided to search and edit the document, build a new
Developer: ister.org Platform: PHP 4.0.0+ Date upd:2003-12-18 Hits10017 [Download] [Visit]
Reads RSS/XML compliant news feeds via a client-side Javascript Script Include in your web pages! Configure the source of the news feed via a single configuration file. Simple, free and easy to use! Features-At-A-Glance - Use a client-side Javascript Script Include to retrieve RSS/XML
Developer: Lim Hock Leong Benjamin Platform: linux, windows, freebsd, osx, sun Date upd:2005-09-22 Hits9698 [Download] [Visit]
This is a sample to illustrate how one can use PHP and cURL to access an existing XML feed for US weather. It grabs both current conditions and a nine day future forecast based on the zipcode that one enters. Unlike a lot of
Developer: jonroig.com Platform: Unix, Windows Date upd:2003-01-20 Hits9535 [Download] [Visit]
playRSSwriter is an easy php script that allows you to write a rss feed on your website with support for embeding images in the feed itself, like the rss feeds from Flickr. Supports the Yahoo MediaRSS especification and RSS 2.0 with images. Allows you
Developer: Hombrelobo Platform: linux, windows Date upd:2006-01-04 Hits8688 [Download] [Visit]
MiniXML provides a 100% PHP API to parse and generate XML. It is comprised of a set of PHP classes that allow you to access XML data and create valid XML output with a tree-based hierarchy of elements. MiniXML does not require any external
Developer: minixml.psychogenic.com Platform: Unix, Linux, Win Date upd:2002-09-23 Hits8247 [Download] [Visit]
QuickHP is a kind of content management system with a new approach. It uses XML and XSLT to provide a compatible source format and very different target formats. The user interface allows comfortable file handling and features like file history (versioning), preview of parsed
Developer: manuel.kiessling.net Platform: Linux, Unix Date upd:2003-09-11 Hits7946 [Download] [Visit]
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
Developer: rjk-hosting.co.uk Platform: *NIX/WIN32 Date upd:2004-08-16 Hits7652 [Download] [Visit]
Class to generate an XML document from a mysql table. You define the database and table names and the xml tag names to be used for each table field. Where clauses are also supported. Updated to PHP4 and the PEAR DB Class.
Developer: Adi J. Sieker Platform: linux, windows, freebsd Date upd:2005-02-19 Hits7499 [Visit]
This script will allow you to add multiple live XML news feeds to your site. You can choose any of the feeds available at Moreover and the script will display a short listing in a box that you can place anywhere on your site.
Developer: digitalelite.biz Platform: Unix, Linux, Windows Date upd:2002-11-21 Hits7424 [Visit]
Free, open-source RSS aggregator with fast ajax-based interface. Sorting incoming feeds by categories, ban dangerous html code in articles, manual approvement for the selected feeds. Flexible feed export.
Developer: AlterTech s.r.o. Platform: linux, windows, freebsd, osx, sun Date upd:2006-02-19 Hits7286 [Download] [Visit]
pxWeather (PHP-XML-Weather) gives you easy access to National Weather Service forecasts and current conditions for integration into your PHP application. To improve performance and decrease load on the XML data source, pxWeather can cache weather data locally -- with no database required.
Developer: Jonathan Abbett Platform: linux, windows, freebsd, osx, sun Date upd:2005-11-07 Hits7132 [Download] [Visit]
rdfparse.php3 is a simple RDF/RSS parser written in PHP3 (though it should work just fine in 4). The parser makes use of PHP's XML routines, so you'll need to configure PHP with --with-xml to use it. rdfparse.php3 is currently being used at http://nwow.org/ to
Developer: nwow.org Platform: Date upd:2000-06-26 Hits5796 [Download] [Visit]
By using XML to accomplish your e-commerce site tracking with UPS online tools, you can add a very professional utility to your site. Visitors will not leave your page and you control 100% of the layout and the response variables using an XML class
Developer: tracking.atticghost.com Platform: Unix, Linux, Apache Date upd:2002-01-28 Hits5767 [Download] [Visit]
eZ xmlrpc is a PHP implementation of the XML-RPC spec. It enables distributed computing between different operating systems using different programming languages. The messages are XML-based and are transported via HTTP. It includes both the server and client classes and example code for the
Developer: developer.ez.no Platform: Linux, Unix Date upd:2001-06-08 Hits5494 [Download] [Visit]
Create RSS and other feeds with PHP. FeedCreator features an easy to use and well documented class interface and can create, save and cache RSS 2.0, 1.0 and 0.91 feeds, ATOM 0.3, OPML 1.0, HTML, JavaScript and mbox. Decide which version to create during
Developer: Kai Blankenhorn Platform: linux, windows, freebsd Date upd:2005-04-18 Hits5324 [Visit]
This script retrieves the Moreover XML news feed and displays it as a list of links to the news sites along with the harvest time and headline. The data is parsed into an array so you can format it as you like.
Developer: rjk-hosting.co.uk Platform: Windows, Unix Date upd:2004-08-10 Hits5306 [Download] [Visit]
Home | New | Submit | Link to us | Contact Copyright © RoxySoft.com [0.16 s]
eXTReMe Tracker