Posted by Janwillem Borleffs on 12/03/79 11:51
linearfusion wrote:
> I am trying to pull the XML data from the following stream:
> http://www.360voice.com/api/blog-getentries.asp?tag=changeagent&num=5
> and write it to a local file.
>
This can be accomplished with file_get_contents() combined with fopen() and
fputs() see the manual for more information about these functions.
> Actually, what I would like to do is take the above stream and display
> it into a website... much like displaying RSS feeds on a webpage.
>
There are many ways in which you can do this, per example with XSLT; see the
following pages for more info:
http://www.php.net/xslt (PHP 4)
http://www.php.net/xsl (PHP5)
JW
Navigation:
[Reply to this message]
|