<?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>The Way Of Coding &#187; php</title>
	<atom:link href="http://thewayofcoding.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://thewayofcoding.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 04:23:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Execute a console command in PHP revised</title>
		<link>http://thewayofcoding.com/2010/09/execute-a-console-command-in-php-revised/</link>
		<comments>http://thewayofcoding.com/2010/09/execute-a-console-command-in-php-revised/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 07:40:55 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[execute]]></category>
		<category><![CDATA[ob_get_contents]]></category>
		<category><![CDATA[passthru]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://thewayofcoding.com/?p=259</guid>
		<description><![CDATA[While it seems like there are multitude of different methods to execute commands in PHP, so far the code I will go over below is my preferred method. Using the passthru() function works nicely and includes the final return code of whatever was being executed, which is generally useful to me in error checking. In [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2010/09/execute-a-console-command-in-php-revised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

