An example of reading rssfeed from php

Source: Internet
Author: User
RSSFeeds is widely used today, and basically all websites have this function to facilitate users to subscribe to the latest article information. The following is an example of php code for reading rssfeed :? Phpheader (Content-type: texthtml; charsetutf-8); $ filefile_get_contents (www.3aj. cnsiterss.

RSS Feeds is widely used today. Basically, all websites have this function to facilitate users to subscribe to the latest article information. The following is an example code for php to read rss feed :? Phpheader (Content-type: text/html; charset = UTF-8); $ file = file_get_contents (http://www.3aj.cn/site/rss.

RSS Feeds is widely used today. Basically, all websites have this function to facilitate users to subscribe to the latest article information.

The following is an example code for reading rss feed from php:

 channel->item as $feed){    echo $feed->title.'
'; echo $feed->link.'
'; echo '

';}?>

The output is similar to the following:

Php generates random passwords
Http://3aj.cn/php/93.html


Php computing "how long ago" Function
Http://3aj.cn/php/92.html


A simple example of using php to read csv files
Http://3aj.cn/php/91.html


Php get file name suffix
Http://3aj.cn/php/90.html


Php scheduled tasks
Http://3aj.cn/php/89.html


Common Linux commands
Http://3aj.cn/linux/88.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.