PHP Classes

File: SimpleParser.php

Recommend this page to a friend!
  Classes of Gobinath Mallaiyan   Simple XML RSS Parser   SimpleParser.php   Download  
File: SimpleParser.php
Role: Example script
Content type: text/plain
Description: Example for the XML Parser
Class: Simple XML RSS Parser
Parse and extract information from XML RSS feeds
Author: By
Last change: Updated the Feed URL
Date: 18 years ago
Size: 153 bytes
 

Contents

Class file image Download
<?php
include_once("XmlParser.class.php");
$FeedUrl="http://www.phpclasses.org/browse/latest/latest.xml";
$XMLpar = new SimpleXmlParser($FeedUrl);
?>