Posted by SimpleT on 11/23/05 11:34
Hello!
I'm using lastrss for parsing RSS with PHP ... all good so far
(http://lastrss.webdot.cz/)
Displaying items (see below) is fine. I am unable to display CDATA within
the RSS file, anyone have experience with this?
// good ----------------------
foreach($rs['items'] as $item) {
echo $item['title'];
echo "<BR>";
echo $item['description'];
}
etc ....
thanks
Navigation:
[Reply to this message]
|