<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP: Read from Keyboard &#8211; Get User Input from Keyboard Console by Typing</title>
	<atom:link href="http://www.kavoir.com/2009/04/php-read-from-keyboard-get-user-input-from-keyboard-console-by-typing.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kavoir.com/2009/04/php-read-from-keyboard-get-user-input-from-keyboard-console-by-typing.html</link>
	<description>Just another dumbass webmaster, goofing around...</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:57:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Yang Yang</title>
		<link>http://www.kavoir.com/2009/04/php-read-from-keyboard-get-user-input-from-keyboard-console-by-typing.html/comment-page-1#comment-8208</link>
		<dc:creator>Yang Yang</dc:creator>
		<pubDate>Fri, 26 Feb 2010 09:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-read-from-keyboard-get-user-input-from-keyboard-console-by-typing.html#comment-8208</guid>
		<description>Nice catch!</description>
		<content:encoded><![CDATA[<p>Nice catch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathon Hill</title>
		<link>http://www.kavoir.com/2009/04/php-read-from-keyboard-get-user-input-from-keyboard-console-by-typing.html/comment-page-1#comment-5107</link>
		<dc:creator>Jonathon Hill</dc:creator>
		<pubDate>Fri, 04 Sep 2009 15:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-read-from-keyboard-get-user-input-from-keyboard-console-by-typing.html#comment-5107</guid>
		<description>If you only need one line of input, this will do it for you:

$line = trim(fgets(STDIN));</description>
		<content:encoded><![CDATA[<p>If you only need one line of input, this will do it for you:</p>
<p>$line = trim(fgets(STDIN));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yang Yang</title>
		<link>http://www.kavoir.com/2009/04/php-read-from-keyboard-get-user-input-from-keyboard-console-by-typing.html/comment-page-1#comment-4159</link>
		<dc:creator>Yang Yang</dc:creator>
		<pubDate>Fri, 19 Jun 2009 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-read-from-keyboard-get-user-input-from-keyboard-console-by-typing.html#comment-4159</guid>
		<description>@mairo,
Is that the f open function name incorrect? I tried to publish the post by &#039;fopen&#039; but it&#039;s always 503 service temporarily unavailable error from wordpress. I dont&#039; know why. But once I change &#039;fopen&#039; to &#039;f open&#039;, it&#039;s successfully published.

Maybe it&#039;s some wordpress post content filtering bug?</description>
		<content:encoded><![CDATA[<p>@mairo,<br />
Is that the f open function name incorrect? I tried to publish the post by &#8216;fopen&#8217; but it&#8217;s always 503 service temporarily unavailable error from wordpress. I dont&#8217; know why. But once I change &#8216;fopen&#8217; to &#8216;f open&#8217;, it&#8217;s successfully published.</p>
<p>Maybe it&#8217;s some wordpress post content filtering bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mairo</title>
		<link>http://www.kavoir.com/2009/04/php-read-from-keyboard-get-user-input-from-keyboard-console-by-typing.html/comment-page-1#comment-4152</link>
		<dc:creator>mairo</dc:creator>
		<pubDate>Thu, 18 Jun 2009 08:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-read-from-keyboard-get-user-input-from-keyboard-console-by-typing.html#comment-4152</guid>
		<description>When you publish a script, please be carefull to type in correct var names and make a syntax check.
Who will use this script maybe is not an expert programmer and so &quot;maybe&quot; he cannot correct your errors.</description>
		<content:encoded><![CDATA[<p>When you publish a script, please be carefull to type in correct var names and make a syntax check.<br />
Who will use this script maybe is not an expert programmer and so &#8220;maybe&#8221; he cannot correct your errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress: 503 Service Temporarily Unavailable when Posting New Posts or Modifying Existing Posts</title>
		<link>http://www.kavoir.com/2009/04/php-read-from-keyboard-get-user-input-from-keyboard-console-by-typing.html/comment-page-1#comment-3675</link>
		<dc:creator>WordPress: 503 Service Temporarily Unavailable when Posting New Posts or Modifying Existing Posts</dc:creator>
		<pubDate>Wed, 22 Apr 2009 03:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-read-from-keyboard-get-user-input-from-keyboard-console-by-typing.html#comment-3675</guid>
		<description>[...] &#171; PHP: Read from Keyboard - Get User Input from Keyboard Console by Typing [...]</description>
		<content:encoded><![CDATA[<p>[...] &laquo; PHP: Read from Keyboard &#8211; Get User Input from Keyboard Console by Typing [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

