<?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 and AJAX shell console</title>
	<atom:link href="http://www.askapache.com/ajax/php-and-ajax-shell-console.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/ajax/php-and-ajax-shell-console.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: xit</title>
		<link>http://www.askapache.com/ajax/php-and-ajax-shell-console.html#comment-75585</link>
		<dc:creator>xit</dc:creator>
		<pubDate>Fri, 22 May 2009 14:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/tools/php-and-ajax-shell-console.html#comment-75585</guid>
		<description>Thank you, good script!

Note: if you want to see errors in *nix systems:
&lt;pre&gt; system($ff.&#039; 2&gt;&amp;1&#039;);&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Thank you, good script!</p>
<p>Note: if you want to see errors in *nix systems:</p>
<pre> system($ff.&#039; 2&gt;&#038;1&#039;);</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: anibal</title>
		<link>http://www.askapache.com/ajax/php-and-ajax-shell-console.html#comment-73619</link>
		<dc:creator>anibal</dc:creator>
		<pubDate>Wed, 13 May 2009 14:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/tools/php-and-ajax-shell-console.html#comment-73619</guid>
		<description>Does not work, any command outputs a blank line.</description>
		<content:encoded><![CDATA[<p>Does not work, any command outputs a blank line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crich</title>
		<link>http://www.askapache.com/ajax/php-and-ajax-shell-console.html#comment-59937</link>
		<dc:creator>crich</dc:creator>
		<pubDate>Wed, 28 Jan 2009 17:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/tools/php-and-ajax-shell-console.html#comment-59937</guid>
		<description>nice script :D thanks!! 
would be cool too have a real interactive console probably with a XMLHttpRequest Server backend and such a client :D</description>
		<content:encoded><![CDATA[<p>nice script :D thanks!!<br />
would be cool too have a real interactive console probably with a XMLHttpRequest Server backend and such a client :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fiouji</title>
		<link>http://www.askapache.com/ajax/php-and-ajax-shell-console.html#comment-46105</link>
		<dc:creator>fiouji</dc:creator>
		<pubDate>Wed, 15 Oct 2008 08:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/tools/php-and-ajax-shell-console.html#comment-46105</guid>
		<description>please tell me how this work!!!
I couldn&#039;t run this ajax console!
thank you</description>
		<content:encoded><![CDATA[<p>please tell me how this work!!!<br />
I couldn&#8217;t run this ajax console!<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: syh</title>
		<link>http://www.askapache.com/ajax/php-and-ajax-shell-console.html#comment-46043</link>
		<dc:creator>syh</dc:creator>
		<pubDate>Fri, 10 Oct 2008 11:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/tools/php-and-ajax-shell-console.html#comment-46043</guid>
		<description>Script doesn&#039;t work, getting white screen without any error. What&#039;s the problem ?</description>
		<content:encoded><![CDATA[<p>Script doesn&#8217;t work, getting white screen without any error. What&#8217;s the problem ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zTriker360°</title>
		<link>http://www.askapache.com/ajax/php-and-ajax-shell-console.html#comment-43796</link>
		<dc:creator>zTriker360°</dc:creator>
		<pubDate>Thu, 07 Aug 2008 02:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/tools/php-and-ajax-shell-console.html#comment-43796</guid>
		<description>nice work, really nice script! i use it nearly every day :O

btw, @Mgccl,

you can use cd c:\cool &amp;&amp; dir instead.</description>
		<content:encoded><![CDATA[<p>nice work, really nice script! i use it nearly every day :O</p>
<p>btw, @Mgccl,</p>
<p>you can use cd c:\cool &#038;&#038; dir instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mgccl</title>
		<link>http://www.askapache.com/ajax/php-and-ajax-shell-console.html#comment-30331</link>
		<dc:creator>Mgccl</dc:creator>
		<pubDate>Fri, 07 Dec 2007 04:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/tools/php-and-ajax-shell-console.html#comment-30331</guid>
		<description>&lt;a href=&quot;http://www.php.net/chdir&quot; rel=&quot;nofollow&quot;&gt;chdir()&lt;/a&gt; choses the current working directory. I only used it on windows, don&#039;t know what it&#039;s like on linux. let&#039;s suppose, in PHP, start with checking the current working directory getcwd(), and it returns c:\
I run this command in PHP
&lt;code&gt;cd cool&lt;/code&gt;
which suppose make me go into c:\cool
and then I run
&lt;code&gt;dir&lt;/code&gt;
in a interactive session, it should show all the files inside the c:\cool, but no, instead, it shows everything in c:\
I could insert some code that captures user&#039;s command, like cd, then use chdir() to change the current working dir. for example
&lt;code&gt;chdir(&#039;c:\cool&#039;);&lt;/code&gt;
then, run &lt;code&gt;dir&lt;/code&gt; will show everything in c:\cool.</description>
		<content:encoded><![CDATA[<p><a href="http://www.php.net/chdir" rel="nofollow">chdir()</a> choses the current working directory. I only used it on windows, don&#8217;t know what it&#8217;s like on linux. let&#8217;s suppose, in PHP, start with checking the current working directory getcwd(), and it returns c:\<br />
I run this command in PHP<br />
<code>cd cool</code><br />
which suppose make me go into c:\cool<br />
and then I run<br />
<code>dir</code><br />
in a interactive session, it should show all the files inside the c:\cool, but no, instead, it shows everything in c:\<br />
I could insert some code that captures user&#8217;s command, like cd, then use chdir() to change the current working dir. for example<br />
<code>chdir(&#039;c:\cool&#039;);</code><br />
then, run <code>dir</code> will show everything in c:\cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mgccl</title>
		<link>http://www.askapache.com/ajax/php-and-ajax-shell-console.html#comment-30132</link>
		<dc:creator>Mgccl</dc:creator>
		<pubDate>Mon, 03 Dec 2007 02:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/tools/php-and-ajax-shell-console.html#comment-30132</guid>
		<description>it&#039;s possible to extend this script and fix the &quot;can not cd and work in that directory bug&quot; by using the PHP function chdir.</description>
		<content:encoded><![CDATA[<p>it&#8217;s possible to extend this script and fix the &#8220;can not cd and work in that directory bug&#8221; by using the PHP function chdir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.askapache.com/ajax/php-and-ajax-shell-console.html#comment-29802</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 29 Nov 2007 01:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/tools/php-and-ajax-shell-console.html#comment-29802</guid>
		<description>Works great! Too bad it&#039;s not interactive, though...</description>
		<content:encoded><![CDATA[<p>Works great! Too bad it&#8217;s not interactive, though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fugitif</title>
		<link>http://www.askapache.com/ajax/php-and-ajax-shell-console.html#comment-29456</link>
		<dc:creator>Fugitif</dc:creator>
		<pubDate>Sat, 24 Nov 2007 20:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/tools/php-and-ajax-shell-console.html#comment-29456</guid>
		<description>that script works very good,but not always !</description>
		<content:encoded><![CDATA[<p>that script works very good,but not always !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
