I've managed to get the URL and the TEXT, but the image was more diffcult.
Is there any helpfull soul here at WebDev. that could help me parse the ADDRESS to the IMG aswell as the TEXT?
I recon PHP or a XML parser could do the trick?
I'm not so good at getting stuff from an RSS stream - but I'm getting there...
Kind regards,
PIXY
01-26-2010, 04:10 PM
NogDog
You could use a 3rd-party solution such as MagpieRSS. (There are quite a few others, this is just the first one I remembered someone else mentioning that he used.)
If you want to write your own, the SimpleXML or DOM extension is the way I'd approach it.