<?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 Trivandrum &#187; php command line</title>
	<atom:link href="http://www.php-trivandrum.org/tag/php-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-trivandrum.org</link>
	<description>Get addicted to PHP</description>
	<lastBuildDate>Fri, 27 Jan 2012 03:19:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Importance of event logging in server side scripting</title>
		<link>http://www.php-trivandrum.org/tips/importance-of-event-logging-in-server-side-scripting/</link>
		<comments>http://www.php-trivandrum.org/tips/importance-of-event-logging-in-server-side-scripting/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 17:33:59 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[php command line]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[php wrapper]]></category>
		<category><![CDATA[script logging]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=903</guid>
		<description><![CDATA[Now a days script driven web applications are getting more and more complicated with background operations and triggered events. Debugging or event tracking is tough once the application is moved into production. Fresh and aspiring programmers are always too cautious to wade into deeper waters, and always go with line by line testing. Almost always [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/tips/importance-of-event-logging-in-server-side-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using TagTheNet to generate tags on Wordpress</title>
		<link>http://www.php-trivandrum.org/code-snippets/using-tagthenet-to-generate-tags-on-wordpress/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/using-tagthenet-to-generate-tags-on-wordpress/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 02:56:47 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php command line]]></category>
		<category><![CDATA[tag the net]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=878</guid>
		<description><![CDATA[Recently on Kerala News by Asianet, though the wp-simple-tags was there, the posts were not being tagged automatically. And on a detailed check I found it was due to a misconfiguration, and once the same was done properly the tagging started smoothly. But already a set of 8K posts were there with no or unrelated [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/using-tagthenet-to-generate-tags-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User input in php command line</title>
		<link>http://www.php-trivandrum.org/code-snippets/user-input-in-php-command-line/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/user-input-in-php-command-line/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 19:22:35 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php command line]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[php5-cli]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/2007/01/17/user-input-in-php-command-line/</guid>
		<description><![CDATA[Ever wondered how to capture the user input when writing php command line scripts ?
&#60;?php&#160;function&#160;getInput($msg){&#160;&#160;fwrite(STDOUT,&#160;"$msg:&#160;");&#160;&#160;$varin&#160;=&#160;trim(fgets(STDIN));&#160;&#160;return&#160;$varin;}&#160;?&#62;
The function above is being used by me in certain command line scripts, where I need user responses.
]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/user-input-in-php-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

