PHP:捕获RSS提要

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP:捕获RSS提要相关的知识,希望对你有一定的参考价值。

AJAX by default only lets you play within your own Domain.com but there are plenty of times where you want to use someone else's feed. Check out http://snipplr.com/view/12466/jquery-parse-rss-feed/ to understand the rest.
  1. <?php
  2. if (!isset($_REQUEST["url"])) exit;
  3.  
  4. $url = $_REQUEST["url"];
  5. if (substr($url, -0, 7) != "http://") exit;
  6.  
  7. echo file_get_contents($url);
  8. ?>

以上是关于PHP:捕获RSS提要的主要内容,如果未能解决你的问题,请参考以下文章

带有 PHP 的 Spotify 的 RSS 提要

简单的 RSS 提要

Validator w3 RSS Invalid - RSS 未使用 PHP 显示提要 [重复]

解析 XML(RSS 提要)的 PHP 错误

如何从 php 中的 rss 提要获取图像

php 聚合来自github帐户的RSS提要