It's simple if you do it simple, but it's not if you want it to work: making it parse the webpage every time you load it would make it take many seconds to load. I was talking about coding a
good one, with caching and all
It's not like
code:
<?php
$news=cache(parse('http://shoutbox.menthix.net'));
echo $news;
?>
quote:
Originally posted by WDZ
* WDZ wonders if there's a news-reader program that generates a web page though, or that you can include in a web page.
I'd just code my own...
Well, if you mean scripts that load and parse RSS feeds, yes, there are many of them... a good php one is:
CafeRSS
btw, check your PMs