简体   繁体   中英

Automatically updating RSS Feed to database

我正在寻找自动更新到数据库的RSS feed的代码。假设即使该网站的管理员在一两天内没有登录到他的系统,也需要对其进行更新并能够查看。该怎么办?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM