Hello do you have any idea on how to parse the contents on RSS Feed xml format?
try to parse RSS Feed?
like this: http://nl3.php.net/manual/en/ref.simplexml.php ?
that's the easiest way to get the content of an xml file in your php script.
that's the easiest way to get the content of an xml file in your php script.
thanks dude, by the way is this class is built in already? anyway will try...
| AOP Web Development wrote: |
| thanks dude, by the way is this class is built in already? anyway will try... |
http://www.frih.net/phpinfo.php#module_SimpleXML
good nice one....
Hello AOP Web Development,
To parse the RSS files use Magpie Parser(Open Source
). Here is the link to download the parser go and get it. http://magpierss.sourceforge.net/ It is very simple to use. and the instructions are given in the link that how to use and how to parse. Major Versions are supported by the Magpie parser. Have a nice coding with MAGPIE 
To parse the RSS files use Magpie Parser(Open Source
