<?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: How to unzip ZIP files with PHP</title>
	<atom:link href="http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/</link>
	<description>Daily Blog from Internet Entrepreneur/Webmaster</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:24:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: lauzis</title>
		<link>http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/#comment-7593</link>
		<dc:creator>lauzis</dc:creator>
		<pubDate>Fri, 11 Jun 2010 08:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/#comment-7593</guid>
		<description>heyaaa... thanks a lot.. i used also third method.. so it was nice...
thanks a lot u saved my day..

peace</description>
		<content:encoded><![CDATA[<p>heyaaa&#8230; thanks a lot.. i used also third method.. so it was nice&#8230;<br />
thanks a lot u saved my day..</p>
<p>peace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dora Reddy</title>
		<link>http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/#comment-7584</link>
		<dc:creator>Dora Reddy</dc:creator>
		<pubDate>Fri, 04 Jun 2010 10:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/#comment-7584</guid>
		<description>Hi,

Useful post.but when i execute the above code it was giving success message but i&#039;m not getting the extracted file.Plz give me reply soon.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Useful post.but when i execute the above code it was giving success message but i&#8217;m not getting the extracted file.Plz give me reply soon.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onnclick</title>
		<link>http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/#comment-7574</link>
		<dc:creator>onnclick</dc:creator>
		<pubDate>Mon, 31 May 2010 17:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/#comment-7574</guid>
		<description>great article, thank you</description>
		<content:encoded><![CDATA[<p>great article, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: susheel</title>
		<link>http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/#comment-7540</link>
		<dc:creator>susheel</dc:creator>
		<pubDate>Tue, 18 May 2010 12:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/#comment-7540</guid>
		<description>start php

$zipn=$_REQUEST[&#039;zip&#039;];

echo $zipn;

echo &quot;susheel&quot;;

$zip = new ZipArchive;
 
echo $_SERVER[&#039;DOCUMENT_ROOT&#039;].&quot;/&quot;;

if ($zip-&gt;open($zipn) === TRUE) {
 
$zip-&gt;extractTo($_SERVER[&#039;DOCUMENT_ROOT&#039;].&quot;/&quot;);
 
    $zip-&gt;close();
 
    echo &#039;ok&#039;;
 
} else {
 
    echo &#039;failed&#039;;
 
}

close php</description>
		<content:encoded><![CDATA[<p>start php</p>
<p>$zipn=$_REQUEST['zip'];</p>
<p>echo $zipn;</p>
<p>echo &#8220;susheel&#8221;;</p>
<p>$zip = new ZipArchive;</p>
<p>echo $_SERVER['DOCUMENT_ROOT'].&#8221;/&#8221;;</p>
<p>if ($zip-&gt;open($zipn) === TRUE) {</p>
<p>$zip-&gt;extractTo($_SERVER['DOCUMENT_ROOT'].&#8221;/&#8221;);</p>
<p>    $zip-&gt;close();</p>
<p>    echo &#8216;ok&#8217;;</p>
<p>} else {</p>
<p>    echo &#8216;failed&#8217;;</p>
<p>}</p>
<p>close php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freestyler</title>
		<link>http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/#comment-7194</link>
		<dc:creator>Freestyler</dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/#comment-7194</guid>
		<description>Is it possible to unzip in the root?</description>
		<content:encoded><![CDATA[<p>Is it possible to unzip in the root?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Carlos Ramos Carmenates</title>
		<link>http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/#comment-4667</link>
		<dc:creator>Jose Carlos Ramos Carmenates</dc:creator>
		<pubDate>Sat, 03 Oct 2009 14:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/10/18/how-to-unzip-zip-files-with-php/#comment-4667</guid>
		<description>Hi;

    Good post. I&#039;m using and this&#039;s very good help.

Jose Carlos Ramos Carmenates.</description>
		<content:encoded><![CDATA[<p>Hi;</p>
<p>    Good post. I&#8217;m using and this&#8217;s very good help.</p>
<p>Jose Carlos Ramos Carmenates.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
