<?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"
	>
<channel>
	<title>Comments on: Read a CSV file&#8230;</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2003/03/20/read-a-csv-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2003/03/20/read-a-csv-file/</link>
	<description></description>
	<pubDate>Wed, 08 Oct 2008 08:00:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: dave</title>
		<link>http://www.scriptygoddess.com/archives/2003/03/20/read-a-csv-file/#comment-9529</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/03/20/read-a-csv-file/#comment-9529</guid>
		<description>nice! thx
</description>
		<content:encoded><![CDATA[<p>nice! thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daynah</title>
		<link>http://www.scriptygoddess.com/archives/2003/03/20/read-a-csv-file/#comment-9527</link>
		<dc:creator>Daynah</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/03/20/read-a-csv-file/#comment-9527</guid>
		<description>PHP is wonderful isn't it? ^_^</description>
		<content:encoded><![CDATA[<p>PHP is wonderful isn&#039;t it? ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.scriptygoddess.com/archives/2003/03/20/read-a-csv-file/#comment-9528</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/03/20/read-a-csv-file/#comment-9528</guid>
		<description>Actually, it's not much more difficult in other languages.  What you want is some sort of split or tokenize function.  Java has a class (java.util.StringTokenizer, I believe) that handles breaking up strings based on a particular separator - in this case, a comma.  In ASP (VB, really) there is - if I remember - a split() function that will break up a string based on a separator.

PHP is nice because so many functions are built in - but it's that same thing that annoys me sometimes.  I often program in PHP not by logic but by hunting for a function that does what I want.</description>
		<content:encoded><![CDATA[<p>Actually, it&#039;s not much more difficult in other languages.  What you want is some sort of split or tokenize function.  Java has a class (java.util.StringTokenizer, I believe) that handles breaking up strings based on a particular separator - in this case, a comma.  In ASP (VB, really) there is - if I remember - a split() function that will break up a string based on a separator.</p>
<p>PHP is nice because so many functions are built in - but it&#039;s that same thing that annoys me sometimes.  I often program in PHP not by logic but by hunting for a function that does what I want.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.273 seconds -->
