Well, I want to get the information (in *s) from the following feed into a PHP variable:
[CODE]<rss version="0.91">
<channel>
<copyright>Copyright 2005 Mozilla Foundation</copyright>
<pubDate>Fri, 13 Jan 2006 10:31:02 -0800</pubDate>
<description>Mozilla Firefox Download Counts</description>
<link>http://www.spreadfirefox.com/</link>
<title>Spread Firefox</title>
<item>
<title>Firefox</title>
<description>133263524</description>
</item>
</channel>
</rss>[/CODE]
That bit of info is changing every minute and I want to get it into a PHP Variable so as I can make it into PART of an image... I have tried Google, it gets NOTHING useful UNBELIEVABLE!
So, I have used PHP Builder before andd you were all really helpful, can you help this time guys?
--ThePeccavi