View Full Version : gAjax RSS Pausing Scroller and RSS in Php
netgrafik
01-29-2017, 03:53 PM
Script: http://www.dynamicdrive.com/dynamicindex18/gajaxpausescroller.htm
How to add the RSS link from php file?
jscheuer1
01-29-2017, 04:02 PM
What php file?
netgrafik
01-29-2017, 04:10 PM
RSS generated from the .php file....
jscheuer1
01-29-2017, 04:23 PM
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:
cssfeed.addFeed("CSS Drive", "http://www.cssdrive.com/index.php/news/rss_2.0/") //Specify "label" plus URL to RSS feed
So you could do:
cssfeed.addFeed("CSS Drive", "http://www.someplace.com/somefeed.php") //Specify "label" plus URL to RSS feed
netgrafik
01-29-2017, 05:07 PM
Ok. Thank you!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.