
Originally Posted by
djr33
Then, use php at the top to:
1. check if the value has been sent (if ($_POST['radioname']) {...)
2. use: <?php echo $_POST['radioname']; ?> within your rss scroll script... wherever the url/href/src of the page is stored. (something like href="blah/blah/<?putphphere?>.rss")
note: if you need it more complex than just the name of the rss feed, like a full url, use php if statements (if 'google', then 'google.com/rss.rss' or whatever)
3. store cookies if you want... might be helpful to store their preference... (or sessions)
Bookmarks