Script: http://www.dynamicdrive.com/dynamici...sescroller.htm
How to add the RSS link from php file?
Script: http://www.dynamicdrive.com/dynamici...sescroller.htm
How to add the RSS link from php file?
What php file?
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
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
Last edited by jscheuer1; 01-29-2017 at 06:18 PM. Reason: spelling
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Ok. Thank you!
Bookmarks