Script: http://www.dynamicdrive.com/dynamici...sescroller.htm
How to add the RSS link from php file?
Printable View
Script: http://www.dynamicdrive.com/dynamici...sescroller.htm
How to add the RSS link from php file?
What php file?
RSS generated from the .php file....
I'm really not sure what you're asking. If you have a link, say:
http://www.someplace.com/somefeed.php
and it's to an RSS feed, just place it in the code as shown in step number 3:
So you could do:Code:cssfeed.addFeed("CSS Drive", "http://www.cssdrive.com/index.php/news/rss_2.0/") //Specify "label" plus URL to RSS feed
Code:cssfeed.addFeed("CSS Drive", "http://www.someplace.com/somefeed.php") //Specify "label" plus URL to RSS feed
Ok. Thank you!