I am looking for code of RSS feed which automatically updates to database.Suppose that even if the admin of the website does not log into his system for one or 2 days ,it needs to be updated and able to view.how can it be done?
I am looking for code of RSS feed which automatically updates to database.Suppose that
Share
Set up a cronjob! – If you have your own server check google for informations how to do it depending on your configuration.
Otherwhise there are a few free cronjob providers just google for cronjob.
You set a time when it’s executed and an interval – a bot triggers then a file on your webserver. Of course the file on your webserver should be coded to do the job without login and such.
So a simple php file which fits your purpose will do.