<?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>PHP For Beginners</title>
	<atom:link href="http://www.nrphp.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nrphp.org</link>
	<description>PHP Guide</description>
	<lastBuildDate>Tue, 17 Jan 2012 19:40:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>PHP Testing</title>
		<link>http://www.nrphp.org/php-testing.html</link>
		<comments>http://www.nrphp.org/php-testing.html#comments</comments>
		<pubDate>Sat, 27 Dec 2008 16:20:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ion cube]]></category>
		<category><![CDATA[php cache]]></category>
		<category><![CDATA[php info]]></category>
		<category><![CDATA[php test]]></category>
		<category><![CDATA[testing php]]></category>
		<category><![CDATA[zend optimizer]]></category>

		<guid isPermaLink="false">http://www.nrphp.org/?p=9</guid>
		<description><![CDATA[To test your PHP configuration create a file info.php inside your HTL directory. Enter the following code: &#60;?php phpinfo(); ?&#62; This code runs phpinfo() function which writes all information about your PHP. Go to http://localhost/info.php If everything is ok you will see a lot of information on your screen about all installed modules and addons [...]]]></description>
		<wfw:commentRss>http://www.nrphp.org/php-testing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Installation</title>
		<link>http://www.nrphp.org/apache-installation.html</link>
		<comments>http://www.nrphp.org/apache-installation.html#comments</comments>
		<pubDate>Tue, 02 Dec 2008 10:19:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache installation]]></category>
		<category><![CDATA[apache php]]></category>

		<guid isPermaLink="false">http://www.nrphp.org/?p=7</guid>
		<description><![CDATA[To install Apache web-server please visit http://https.apache.org and download installation package. By default Apache will be installed to the c:\program files\apache group\apache2. Here there is a folder &#8220;conf&#8221; where configuration files of Apache are located. Inside &#8220;conf&#8221; folder you will find the file httpd.conf. This file contains configured parametres of Apache and you have to [...]]]></description>
		<wfw:commentRss>http://www.nrphp.org/apache-installation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Installation</title>
		<link>http://www.nrphp.org/php-installation.html</link>
		<comments>http://www.nrphp.org/php-installation.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 16:13:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php installation]]></category>
		<category><![CDATA[php on windows]]></category>
		<category><![CDATA[windows php]]></category>

		<guid isPermaLink="false">http://www.nrphp.org/?p=5</guid>
		<description><![CDATA[For PHP installation on Windows platform you have to download zip archive from http://www.php.net/downloads.php. This archive already has the main files and DLL libraries and many addons ready to use. When you extract files from the archive don&#8217;t forget to rename the folder to &#8220;php&#8221; and place it to the root of the C: disk [...]]]></description>
		<wfw:commentRss>http://www.nrphp.org/php-installation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP History</title>
		<link>http://www.nrphp.org/php-history.html</link>
		<comments>http://www.nrphp.org/php-history.html#comments</comments>
		<pubDate>Fri, 17 Oct 2008 16:07:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[history of php]]></category>
		<category><![CDATA[php founder]]></category>
		<category><![CDATA[php history]]></category>
		<category><![CDATA[php releases history]]></category>

		<guid isPermaLink="false">http://www.nrphp.org/?p=3</guid>
		<description><![CDATA[PHP language was developed to solve practical tasks. Its creator Rasmus Lerdorf wanted to know how many unique visitoprs visited his home page and wrote a simple CGI shell using Perl language. Soon it became clear that CGI sheel has a small productivity and Rasmus re-wrote his application using C language. After that a source [...]]]></description>
		<wfw:commentRss>http://www.nrphp.org/php-history.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

