Any ideas how to place current rates on a real estate site, where they are automatically updated?
I see the Fed Reserves has some RSS feeds, can that be used to update a site?
Any ideas would be greatly appreciated!
Dave
Any ideas how to place current rates on a real estate site, where they are automatically updated?
I see the Fed Reserves has some RSS feeds, can that be used to update a site?
Any ideas would be greatly appreciated!
Dave
Purveyor of business ideas, marketer, writer, eBayer and Optimist.
Visit www.cheapsalsa.com for knowledge of the ancients! Oh, yeah, Sci Fi fan also… Really, if you love fresh salsa, but don’t want a hassle, let me show you the way!
Yes you can code this - you would collect the RSS feeds every say every 24 hours and save the fresh data to your local database which would then display that on your website.
To schedule the collect RSS feeds you could use this:
phpJobScheduler - scheduling PHP scripts to run at set intervals your replacement for cron jobs
(open source, its free)
Experienced UK website host hosting sites for over a decade; Need to host mutliple domains and websites check out our Reseller hosting or try our Fully managed servers
I haven't figured out how to do it either. So I look at lender rates and post them myself. I used to be a wholesale rep so I know how to get all that information. I wouldn't mind creating my own feed but don't fully understand it.