<?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 Create a zip file with php on the fly</title>
	<atom:link href="http://www.gsdesign.ro/blog/how-to-create-a-zip-file-with-php-on-the-fly/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gsdesign.ro/blog/how-to-create-a-zip-file-with-php-on-the-fly/</link>
	<description>Just another developer blog</description>
	<lastBuildDate>Wed, 01 Sep 2010 13:23:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ultrasahand</title>
		<link>http://www.gsdesign.ro/blog/how-to-create-a-zip-file-with-php-on-the-fly/comment-page-1/#comment-7760</link>
		<dc:creator>Ultrasahand</dc:creator>
		<pubDate>Wed, 16 Jun 2010 19:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=102#comment-7760</guid>
		<description>many many many thanks&lt;br&gt;----==== BUT ====------&lt;br&gt;the file(createZip.inc.php) by Rochak Chauhan has been changed ...&lt;br&gt;so here it goes :&lt;br&gt;change line 3 to : include_once(&quot;createZipFile.inc.php&quot;);&lt;br&gt;change line 4 to : $createZip = new CreateZipFile;&lt;br&gt;and there you have it</description>
		<content:encoded><![CDATA[<p>many many many thanks<br />&#8212;-==== BUT ====&#8212;&#8212;<br />the file(createZip.inc.php) by Rochak Chauhan has been changed &#8230;<br />so here it goes :<br />change line 3 to : include_once(&#8220;createZipFile.inc.php&#8221;);<br />change line 4 to : $createZip = new CreateZipFile;<br />and there you have it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tsardkyut</title>
		<link>http://www.gsdesign.ro/blog/how-to-create-a-zip-file-with-php-on-the-fly/comment-page-1/#comment-7752</link>
		<dc:creator>tsardkyut</dc:creator>
		<pubDate>Sun, 30 May 2010 08:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=102#comment-7752</guid>
		<description>thanks for the fixed solution given by  amit shah  really helps me a lot, .... :)</description>
		<content:encoded><![CDATA[<p>thanks for the fixed solution given by  amit shah  really helps me a lot, &#8230;. <img src='http://www.gsdesign.ro/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Bloggs</title>
		<link>http://www.gsdesign.ro/blog/how-to-create-a-zip-file-with-php-on-the-fly/comment-page-1/#comment-7671</link>
		<dc:creator>Fred Bloggs</dc:creator>
		<pubDate>Thu, 12 Nov 2009 02:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=102#comment-7671</guid>
		<description>ob_end_clean(); &lt;br&gt;&lt;br&gt;Worked a treat, files zipped ok without including directories but as soon as I added one I got the same problem as amit shah. 2 days of searching google and you have the solution, nice one amit shah.</description>
		<content:encoded><![CDATA[<p>ob_end_clean(); </p>
<p>Worked a treat, files zipped ok without including directories but as soon as I added one I got the same problem as amit shah. 2 days of searching google and you have the solution, nice one amit shah.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Stockton</title>
		<link>http://www.gsdesign.ro/blog/how-to-create-a-zip-file-with-php-on-the-fly/comment-page-1/#comment-7649</link>
		<dc:creator>Jason Stockton</dc:creator>
		<pubDate>Wed, 09 Sep 2009 00:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=102#comment-7649</guid>
		<description>Unfortunately like a lot of the PHP Zip classes this one doesn&#039;t unarchive on mac.&lt;br&gt;&lt;br&gt;For Mac friendly version you can try this one!&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://thewebdevelopmentblog.com/2009/08/script-zip-files-using-php-without-the-php-zip-function-php-zip-class/&quot; rel=&quot;nofollow&quot;&gt;http://thewebdevelopmentblog.com/2009/08/script...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Unfortunately like a lot of the PHP Zip classes this one doesn&#39;t unarchive on mac.</p>
<p>For Mac friendly version you can try this one!</p>
<p><a href="http://thewebdevelopmentblog.com/2009/08/script-zip-files-using-php-without-the-php-zip-function-php-zip-class/" rel="nofollow"></a><a href="http://thewebdevelopmentblog.com/2009/08/script.." rel="nofollow">http://thewebdevelopmentblog.com/2009/08/script..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IT addict</title>
		<link>http://www.gsdesign.ro/blog/how-to-create-a-zip-file-with-php-on-the-fly/comment-page-1/#comment-7613</link>
		<dc:creator>IT addict</dc:creator>
		<pubDate>Sat, 27 Jun 2009 21:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=102#comment-7613</guid>
		<description>One more function to create zip:&lt;br&gt;&lt;a href=&quot;http://www.phpinform.com/2009/06/27/php-classfunction-to-dynamically-create-a-zip-file-archive/&quot; rel=&quot;nofollow&quot;&gt;http://www.phpinform.com/2009/06/27/php-classfu...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>One more function to create zip:<br /><a href="http://www.phpinform.com/2009/06/27/php-classfunction-to-dynamically-create-a-zip-file-archive/" rel="nofollow"></a><a href="http://www.phpinform.com/2009/06/27/php-classfu.." rel="nofollow">http://www.phpinform.com/2009/06/27/php-classfu..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Expert</title>
		<link>http://www.gsdesign.ro/blog/how-to-create-a-zip-file-with-php-on-the-fly/comment-page-1/#comment-7545</link>
		<dc:creator>PHP Expert</dc:creator>
		<pubDate>Sat, 23 May 2009 10:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=102#comment-7545</guid>
		<description>Great trick ! 
Thanks ! 
____________________ 
&lt;a href=&quot;http://www.saguenay-it.com&quot; target=&quot;_blank&quot;&gt;Saguenay-IT, (IT Outsourcing, SOA, PHP, ASP, Flex, ActionScript, JavaScript...)&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Great trick !<br />
Thanks !<br />
____________________<br />
<a href="http://www.saguenay-it.com" target="_blank">Saguenay-IT, (IT Outsourcing, SOA, PHP, ASP, Flex, ActionScript, JavaScript&#8230;)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit shah</title>
		<link>http://www.gsdesign.ro/blog/how-to-create-a-zip-file-with-php-on-the-fly/comment-page-1/#comment-7475</link>
		<dc:creator>amit shah</dc:creator>
		<pubDate>Wed, 15 Apr 2009 13:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=102#comment-7475</guid>
		<description>it&#039;s working now. i just added 
ob_end_clean(); 
before echo  the zip file content.</description>
		<content:encoded><![CDATA[<p>it&#8217;s working now. i just added<br />
ob_end_clean();<br />
before echo  the zip file content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabi Solomon</title>
		<link>http://www.gsdesign.ro/blog/how-to-create-a-zip-file-with-php-on-the-fly/comment-page-1/#comment-7439</link>
		<dc:creator>Gabi Solomon</dc:creator>
		<pubDate>Thu, 02 Apr 2009 10:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=102#comment-7439</guid>
		<description>@tripp
i think there might be an incompatibility with the mac, havent tested it out.</description>
		<content:encoded><![CDATA[<p>@tripp<br />
i think there might be an incompatibility with the mac, havent tested it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tripp</title>
		<link>http://www.gsdesign.ro/blog/how-to-create-a-zip-file-with-php-on-the-fly/comment-page-1/#comment-7436</link>
		<dc:creator>Tripp</dc:creator>
		<pubDate>Thu, 02 Apr 2009 02:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=102#comment-7436</guid>
		<description>I tried this out and it works great with winzip. However, one of my buddy&#039;s can&#039;t open the zip archive on his Mac. Any ideas?</description>
		<content:encoded><![CDATA[<p>I tried this out and it works great with winzip. However, one of my buddy&#8217;s can&#8217;t open the zip archive on his Mac. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit shah</title>
		<link>http://www.gsdesign.ro/blog/how-to-create-a-zip-file-with-php-on-the-fly/comment-page-1/#comment-7393</link>
		<dc:creator>amit shah</dc:creator>
		<pubDate>Wed, 04 Mar 2009 09:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=102#comment-7393</guid>
		<description>if u can try to see what happens when u add mutiple file in a zip folder.</description>
		<content:encoded><![CDATA[<p>if u can try to see what happens when u add mutiple file in a zip folder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
