<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ActiveRefresh &#187; RSS and PHP</title>
	<atom:link href="http://www.activerefresh.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.activerefresh.com</link>
	<description>All about RSS-tools</description>
	<lastBuildDate>Fri, 23 Jul 2010 21:09:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP and RSS- Inherent component of Internet</title>
		<link>http://rss-and-php.activerefresh.com/php-and-rss-inherent-component-of-internet.html</link>
		<comments>http://rss-and-php.activerefresh.com/php-and-rss-inherent-component-of-internet.html#comments</comments>
		<pubDate>Wed, 12 May 2010 22:56:26 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[RSS and PHP]]></category>

		<guid isPermaLink="false">http://www.activerefresh.com/?p=44</guid>
		<description><![CDATA[RSS is  basically  a path to the users to keep in touch with the recent developments  without  actually putting in null effect. RSS merchandising is nearly omnipresent   these days; hence it is jussive that a PHP programmer at least  interprets  RSS way of functioning. RSS is simply [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Times New Roman;font-size: small">RSS is  basically  a path to the users to keep in touch with the recent developments  without  actually putting in null effect. RSS merchandising is nearly omnipresent   these days; hence it is jussive that a PHP programmer at least  interprets  RSS way of functioning. RSS is simply a three letter signifier, which  has endured for various things, but the most common and most recent  one is Really Simple Syndication, syndication is the term which is used  for merchandising.</span></p>
<p><span style="font-family: Times New Roman;font-size: small">RSS is  definitely  a bright way of alluding to the recent news and updates, it is a smart  way indeed in today’s era where people do not have much time to go  to every link for the latest updates. The touchstone of RSS is its  benchmark  which has been established through its content of the web feed and also  through the unique data source which it possesses. It has an  unparalleled  way of documentation and also a bright way of defining links and  descriptions. </span></p>
<p><span style="font-family: Times New Roman;font-size: small">PHP stands  for hypertext preprocessor; it basically contains various functions  which use XML for it working as PHP is a web based program. For  programming  the PHP in its initial stages, it requires some locally generated data  source, which can be a blog or any thing else. It needs to be formatted  into an RSS document first and then into an interactive feed through  XML_RSS, it is extremely useful in doing the complex tasks of rendering  an XML file more efficiently.</span></p>
<p><span style="font-family: Times New Roman;font-size: small">To do so we  require a PEAR package, this is an origin library of PHP functions and  the more important factor is it keeps on changing with time. Hence,  with the changing scenario of the world the potential of the internet  has now been understood by the use of RSS and various other applications   such as PHP. It is a simple and much more efficient standards of  carrying  out the internet. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://rss-and-php.activerefresh.com/php-and-rss-inherent-component-of-internet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Custom RSS Feed with PHP and MySQL</title>
		<link>http://rss-and-php.activerefresh.com/rss-feeds-php-mysql.html</link>
		<comments>http://rss-and-php.activerefresh.com/rss-feeds-php-mysql.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 17:03:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RSS and PHP]]></category>
		<category><![CDATA[RSS-Tools]]></category>

		<guid isPermaLink="false">http://www.activerefresh.com/?p=4</guid>
		<description><![CDATA[RSS has become the standard technology for syndicating information to large audiences. Many people have something to say, but its finding the right audience for your voice that matters. A great place to start is by creating your own RSS feed and adding to it as often as you can.
In this article you&#8217;ll learn how [...]]]></description>
			<content:encoded><![CDATA[<p>RSS has become the standard technology for syndicating information to large audiences. Many people have something to say, but its finding the right audience for your voice that matters. A great place to start is by creating your own RSS feed and adding to it as often as you can.<span id="more-4"></span></p>
<p>In this article you&#8217;ll learn how to syndicate your own custom RSS feeds using PHP and MySQL. We&#8217;ll first learn how to create two database tables and then how to retrieve data from them which will be formatted into an RSS feed. Here&#8217;s an example of the completed RSS feed and a download link to the code. Let&#8217;s start by taking a look at how to create the MySQL database tables.</p>
<h3>Creating the MySQL RSS Tables</h3>
<p>An RSS feed consists of the main details for the feed, such as the title, description, url, image and so on. Next are the items, probably the most important parts of the feed. i.e., different stories from a newspaper, posts from a blog and so on. Therefore, we will create two database tables, the first is called webref_rss_details, which contains the details for the feed and the second is called webref_rss_items, which contains all of the items. If you would like to get a better idea of the RSS structure you can take a look at The Anatomy of an RSS Feed, which is a previous article I wrote on the basics of the RSS structure.</p>
<p><a href="http://www.webreference.com/authoring/languages/xml/rss/custom_feeds/" target="_blank">Read full article on WebReference</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rss-and-php.activerefresh.com/rss-feeds-php-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
