<?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: Advanced CSV Export</title>
	<atom:link href="http://www.wlscripting.com/tutorial/37/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wlscripting.com/tutorial/37</link>
	<description>PHP coding tutorials</description>
	<lastBuildDate>Tue, 27 Jul 2010 02:32:09 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-beta-1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yancy Lent</title>
		<link>http://www.wlscripting.com/tutorial/37/comment-page-1#comment-189800</link>
		<dc:creator>Yancy Lent</dc:creator>
		<pubDate>Mon, 04 Jan 2010 21:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/37#comment-189800</guid>
		<description>Your parseCSVComments function made.my.day!

Thank You!</description>
		<content:encoded><![CDATA[<p>Your parseCSVComments function made.my.day!</p>
<p>Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hieloiceberg</title>
		<link>http://www.wlscripting.com/tutorial/37/comment-page-1#comment-170629</link>
		<dc:creator>Hieloiceberg</dc:creator>
		<pubDate>Mon, 02 Mar 2009 09:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/37#comment-170629</guid>
		<description>Thanks for the great info you share with us and the tutorials!!</description>
		<content:encoded><![CDATA[<p>Thanks for the great info you share with us and the tutorials!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed</title>
		<link>http://www.wlscripting.com/tutorial/37/comment-page-1#comment-169129</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Wed, 11 Feb 2009 17:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/37#comment-169129</guid>
		<description>Excellent it works fine for me in Safari</description>
		<content:encoded><![CDATA[<p>Excellent it works fine for me in Safari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.wlscripting.com/tutorial/37/comment-page-1#comment-150195</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 27 Oct 2008 16:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/37#comment-150195</guid>
		<description>Daniel,

Thanks for sharing this script!</description>
		<content:encoded><![CDATA[<p>Daniel,</p>
<p>Thanks for sharing this script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.wlscripting.com/tutorial/37/comment-page-1#comment-138282</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 24 Sep 2008 02:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/37#comment-138282</guid>
		<description>Lou, this is a bit of a late reply but here goes. You will want to look up concat_ws for combining multiple fields. The second thing is that this script allows you to modify the query and export whatever you want with that one SQL query. So depending how your database is structured will depend on what all you query to create your CSV.

demo, I do not have Safari so I am not sure if this works or not. If you are a Safari user and confirm working or not will you post a comment. If it is not and you make some changes to the code please post them and I will modify the code above.

nish, glad to hear. That is what this site is all about.

Cheetahz, This should work with PHP 4.</description>
		<content:encoded><![CDATA[<p>Lou, this is a bit of a late reply but here goes. You will want to look up concat_ws for combining multiple fields. The second thing is that this script allows you to modify the query and export whatever you want with that one SQL query. So depending how your database is structured will depend on what all you query to create your CSV.</p>
<p>demo, I do not have Safari so I am not sure if this works or not. If you are a Safari user and confirm working or not will you post a comment. If it is not and you make some changes to the code please post them and I will modify the code above.</p>
<p>nish, glad to hear. That is what this site is all about.</p>
<p>Cheetahz, This should work with PHP 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CheetahZ</title>
		<link>http://www.wlscripting.com/tutorial/37/comment-page-1#comment-132838</link>
		<dc:creator>CheetahZ</dc:creator>
		<pubDate>Thu, 04 Sep 2008 00:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/37#comment-132838</guid>
		<description>will this work for PHP 4?</description>
		<content:encoded><![CDATA[<p>will this work for PHP 4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nish</title>
		<link>http://www.wlscripting.com/tutorial/37/comment-page-1#comment-132737</link>
		<dc:creator>nish</dc:creator>
		<pubDate>Wed, 03 Sep 2008 13:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/37#comment-132737</guid>
		<description>Excellent. You don&#039;t know how you have helped me. you have pulled out me from great trouble.

Thanks</description>
		<content:encoded><![CDATA[<p>Excellent. You don&#8217;t know how you have helped me. you have pulled out me from great trouble.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demo</title>
		<link>http://www.wlscripting.com/tutorial/37/comment-page-1#comment-121641</link>
		<dc:creator>demo</dc:creator>
		<pubDate>Wed, 23 Jul 2008 23:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/37#comment-121641</guid>
		<description>This functionality dosen&#039;t supported by Safari.</description>
		<content:encoded><![CDATA[<p>This functionality dosen&#8217;t supported by Safari.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catherine</title>
		<link>http://www.wlscripting.com/tutorial/37/comment-page-1#comment-100779</link>
		<dc:creator>Catherine</dc:creator>
		<pubDate>Thu, 29 May 2008 13:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/37#comment-100779</guid>
		<description>That works perfectly.  Thank you!</description>
		<content:encoded><![CDATA[<p>That works perfectly.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lou</title>
		<link>http://www.wlscripting.com/tutorial/37/comment-page-1#comment-74485</link>
		<dc:creator>Lou</dc:creator>
		<pubDate>Fri, 22 Feb 2008 19:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/37#comment-74485</guid>
		<description>Very easy to use, thank you!  Two questions.  #1. How can I combine two db fields into one csv cell?  ex. First_Name and Last_name in the same cell.  #2. Is there a way to export by date range instead of the entire db?  That way I can select only the past few days I haven&#039;t downloaded instead of the entire db.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Very easy to use, thank you!  Two questions.  #1. How can I combine two db fields into one csv cell?  ex. First_Name and Last_name in the same cell.  #2. Is there a way to export by date range instead of the entire db?  That way I can select only the past few days I haven&#8217;t downloaded instead of the entire db.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
