Hi,
I've looked everywhere on the web (except of course the place that has the
answer ;) ) but can't seem to find a solution.
I'm trying to build an rss reader on a webpage. The idea is simple: there's
a dropdown box where you select the name of the blog and when you select the
blog you want to view a variable in the php script changes that captures the
rss feed of that blog. The db is setup so that the name of the blog is
stored next to the rss feed of the blog. If I'm thinking of this correctly
I've developed the dropdown box so that it populates from my db the name of
the blogs I have stored. I can't seem to figure out how to, when you select
matt'sblog (for example), how to make it so that the php variable will be
populated with the rssfeed of matt's blog and then the feed will show. For
instance, selecting matt'sblog from the drop down list will make it so that
$url="rss feed from matt'sblog" (which is stored in the db next to the name
of the blog). Make sense?
thx in advance for any help!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php