<?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 archive using PHP</title>
	<atom:link href="http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/</link>
	<description>A blend of programming and seo</description>
	<lastBuildDate>Tue, 23 Mar 2010 05:55:58 -0400</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pahan</title>
		<link>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/comment-page-1/#comment-7751</link>
		<dc:creator>pahan</dc:creator>
		<pubDate>Mon, 18 Jan 2010 16:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1358#comment-7751</guid>
		<description>can i use this class to code to achieve some directories together with some files also. lets say we have a mixture of files and directories.</description>
		<content:encoded><![CDATA[<p>can i use this class to code to achieve some directories together with some files also. lets say we have a mixture of files and directories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edmund</title>
		<link>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/comment-page-1/#comment-6440</link>
		<dc:creator>edmund</dc:creator>
		<pubDate>Tue, 05 Jan 2010 07:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1358#comment-6440</guid>
		<description>@Roy ,
Noob question : how to write it to file ?</description>
		<content:encoded><![CDATA[<p>@Roy ,<br />
Noob question : how to write it to file ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy (rawseo)</title>
		<link>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/comment-page-1/#comment-4349</link>
		<dc:creator>Roy (rawseo)</dc:creator>
		<pubDate>Thu, 05 Nov 2009 19:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1358#comment-4349</guid>
		<description>@chirag, 

You can output it to a file or send it to the browser.</description>
		<content:encoded><![CDATA[<p>@chirag, </p>
<p>You can output it to a file or send it to the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chirag</title>
		<link>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/comment-page-1/#comment-4342</link>
		<dc:creator>chirag</dc:creator>
		<pubDate>Tue, 03 Nov 2009 21:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1358#comment-4342</guid>
		<description>it is possible to save zip file to some folder ?</description>
		<content:encoded><![CDATA[<p>it is possible to save zip file to some folder ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IT???? &#124; 2009?8/23?8/29?????????</title>
		<link>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/comment-page-1/#comment-4336</link>
		<dc:creator>IT???? &#124; 2009?8/23?8/29?????????</dc:creator>
		<pubDate>Sun, 30 Aug 2009 14:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1358#comment-4336</guid>
		<description>[...] zip????????????? [...]</description>
		<content:encoded><![CDATA[<p>[...] zip????????????? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin (rawseo)</title>
		<link>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/comment-page-1/#comment-4281</link>
		<dc:creator>Justin (rawseo)</dc:creator>
		<pubDate>Thu, 27 Aug 2009 13:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1358#comment-4281</guid>
		<description>@jibKAS:

You are right,this is a much faster extension that you can use to create zip archives.  However, some hosting providers don&#039;t have it installed.  Also, if you are releasing a program and want to make it as painless as possible for your end user, you can use this library.</description>
		<content:encoded><![CDATA[<p>@jibKAS:</p>
<p>You are right,this is a much faster extension that you can use to create zip archives.  However, some hosting providers don&#8217;t have it installed.  Also, if you are releasing a program and want to make it as painless as possible for your end user, you can use this library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JibKAS</title>
		<link>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/comment-page-1/#comment-4280</link>
		<dc:creator>JibKAS</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1358#comment-4280</guid>
		<description>Do not waste your time on this class. use the all powerful PHP bundled extension ZipArchive. it can do anything you want. very easily</description>
		<content:encoded><![CDATA[<p>Do not waste your time on this class. use the all powerful PHP bundled extension ZipArchive. it can do anything you want. very easily</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/comment-page-1/#comment-3951</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 13 Aug 2009 01:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1358#comment-3951</guid>
		<description>I believe you can just run the following command for each file you want to include:

$zipfile-&gt;zl_add_file(&#039;This is a test file&#039;,&#039;path/to/file&#039;,&#039;g9&#039;);

James</description>
		<content:encoded><![CDATA[<p>I believe you can just run the following command for each file you want to include:</p>
<p>$zipfile-&gt;zl_add_file(&#8217;This is a test file&#8217;,'path/to/file&#8217;,'g9&#8242;);</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pahan</title>
		<link>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/comment-page-1/#comment-2729</link>
		<dc:creator>pahan</dc:creator>
		<pubDate>Wed, 24 Jun 2009 08:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1358#comment-2729</guid>
		<description>can i use this code to achieve multiple files to a one zip file?
please. can u explain me how ?</description>
		<content:encoded><![CDATA[<p>can i use this code to achieve multiple files to a one zip file?<br />
please. can u explain me how ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
