我想用rss feed 怎么找到rss feed url ?
我想用rss feed 怎么找到rss feed url ?
那比如我想要最新的分类文章显示在我的主页上(只显示标题)不同的分类文章用不同的modules 显示在不同的位置。该怎么做?
主页安装在 example.com carbon forum 在 subdomain
我想到是用 rss feed url 来读取最新的文章。
我找到function 但我不知道放哪里? 怎么call 这function
public function getFeedUrl($url){ if(@file_get_contents($url)){ preg_match_all('/<link\srel\=\"alternate\"\stype\=\"application\/(?:rss|atom)\+xml\"\stitle\=\".*href\=\"(.*)\"\s\/\>/', file_get_contents($url), $matches); return $matches[1][0]; } return false; }
求林大哥
我先要做个file storedata.sql 在做个filefunction.php 取出来 store into a page feed.xml
林大哥 我真心想你帮我 加tag rss feed url
这是我找到的 http://www.bewebdeveloper.com/tutorial-about-how-to-create-an-rss-feed-with-php-and-mysql
试过很多次没成功
非常谢谢你了
我上传了rss.php 创建了database and tables
我可以打开example.com/rss.php 打开后是 xml 没错
我试了加新的文章但是 example.com/rss.php file 里面没有加进去 database 里面也没有
为什么?
还有如果我要的不同Tag 的rss 怎么做? 上面的是显示全部不分tag 的。
非常谢谢你了
登录后方可回帖
林大侠 carbon forum 好像没有rss feed url
怎么才可以加呢?