<?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: Converting csv to sql using php</title>
	<atom:link href="http://codingpad.maryspad.com/2007/09/24/converting-csv-to-sql-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingpad.maryspad.com/2007/09/24/converting-csv-to-sql-using-php/</link>
	<description>Programming blog - Discussions, Tutorials, Resources</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:37:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: reviews</title>
		<link>http://codingpad.maryspad.com/2007/09/24/converting-csv-to-sql-using-php/comment-page-1/#comment-2441</link>
		<dc:creator>reviews</dc:creator>
		<pubDate>Wed, 25 Feb 2009 01:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/2007/09/24/converting-csv-to-sql-using-php/#comment-2441</guid>
		<description>Thanks for a lovely site, I am very impressed :-)</description>
		<content:encoded><![CDATA[<p>Thanks for a lovely site, I am very impressed <img src='http://codingpad.maryspad.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2007/09/24/converting-csv-to-sql-using-php/comment-page-1/#comment-47</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Sun, 16 Nov 2008 22:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/2007/09/24/converting-csv-to-sql-using-php/#comment-47</guid>
		<description>paulmo,
Not too sure why it&#039;s getting hung up, might be that you&#039;re running out of execution time.  Try adding the following line after the initial opening tags:
set_time_limit(300);

You can also check the comments in the original post by legend, click on the link in the post where I credit him for the code, you might find some answers there.  I have used this for smaller csv file imports and it worked great, so you just might be running out of execution time because of the size of your file.

Let me know how it goes for you.

mary</description>
		<content:encoded><![CDATA[<p>paulmo,<br />
Not too sure why it&#8217;s getting hung up, might be that you&#8217;re running out of execution time.  Try adding the following line after the initial opening tags:<br />
set_time_limit(300);</p>
<p>You can also check the comments in the original post by legend, click on the link in the post where I credit him for the code, you might find some answers there.  I have used this for smaller csv file imports and it worked great, so you just might be running out of execution time because of the size of your file.</p>
<p>Let me know how it goes for you.</p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulmo</title>
		<link>http://codingpad.maryspad.com/2007/09/24/converting-csv-to-sql-using-php/comment-page-1/#comment-46</link>
		<dc:creator>paulmo</dc:creator>
		<pubDate>Sun, 16 Nov 2008 13:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/2007/09/24/converting-csv-to-sql-using-php/#comment-46</guid>
		<description>mary if you read/respond to questions here...i&#039;ve modified and ftp uploaded code to server (with &lt;?php tag at top of code—it&#039;s missing in your example (?). then i tried to import large cvs file through phpadmin/mysql and it&#039;s still getting hung up. i&#039;m obviously missing something. help? thanks</description>
		<content:encoded><![CDATA[<p>mary if you read/respond to questions here&#8230;i&#8217;ve modified and ftp uploaded code to server (with &lt;?php tag at top of code—it&#8217;s missing in your example (?). then i tried to import large cvs file through phpadmin/mysql and it&#8217;s still getting hung up. i&#8217;m obviously missing something. help? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reseller hosting</title>
		<link>http://codingpad.maryspad.com/2007/09/24/converting-csv-to-sql-using-php/comment-page-1/#comment-45</link>
		<dc:creator>reseller hosting</dc:creator>
		<pubDate>Sun, 20 Jul 2008 03:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/2007/09/24/converting-csv-to-sql-using-php/#comment-45</guid>
		<description>I once needed a script to convert a cvs file to sql to upload to phpmyadmin.  I will surely keep this script in mind and give it a try as it seems to be really useful.</description>
		<content:encoded><![CDATA[<p>I once needed a script to convert a cvs file to sql to upload to phpmyadmin.  I will surely keep this script in mind and give it a try as it seems to be really useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

