<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>WEB SPIDER HUB</title>
	<link>http://webspiderhub.com</link>
	<description>All About Web Programming</description>
	<lastBuildDate>Tue, 23 Mar 2010 13:56:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>PHP command line on ubuntu</title>
		<description><![CDATA[To run php command line on ubuntu,then you need installphp5-cli,its an command-line interpreter for the php5 scripting language. $sudo apt-get install php5-cli run below command to check where php is located ~$ which php /usr/bin/php for sample code example &#60;? $dt=date(&#8220;Y-m-d&#8221;); echo $dt.&#8221;\n&#8221;; ?&#62; save as datecheck.php ~$ php datecheck.php 2010-03-23 command-line interpreter for the [...]]]></description>
		<link>http://webspiderhub.com/php-command-line-on-ubuntu/</link>
			</item>
</channel>
</rss>
