<?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>Tutorials Connect &#187; PHP</title>
	<atom:link href="http://www.tutorialsconnect.com/category/web/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialsconnect.com</link>
	<description>Tutorials for Linux Users and Web Developers</description>
	<lastBuildDate>Sun, 07 Jun 2009 10:57:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to get information about your php installation</title>
		<link>http://www.tutorialsconnect.com/2008/09/how-to-get-information-about-your-php-installation/</link>
		<comments>http://www.tutorialsconnect.com/2008/09/how-to-get-information-about-your-php-installation/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 07:46:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorialsconnect.com/?p=5</guid>
		<description><![CDATA[When creating php programs, not only is it important to know which version of php is running on your server but also which modules are compiled with your php installation.
To check what modules are installed, simply type the following code in a php file and load the file in your browser.
phpinfo(8);
If you would like to [...]]]></description>
			<content:encoded><![CDATA[<p>When creating php programs, not only is it important to know which version of php is running on your server but also which modules are compiled with your php installation.</p>
<p>To check what modules are installed, simply type the following code in a php file and load the file in your browser.</p>
<blockquote><p>phpinfo(8);</p></blockquote>
<p>If you would like to just view the general php information such as the configuration, php.ini location, build date, and web server then you can use the following code.</p>
<blockquote><p>phpinfo(1);</p></blockquote>
<p>If you would like to view all of the information available about your php installation then just use the following code.</p>
<blockquote><p>phpinfo();</p></blockquote>
<p>This is a very quick and easy way to check and make sure that your php configuration is going to be compatible with the program you are planning to write.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsconnect.com/2008/09/how-to-get-information-about-your-php-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
