<?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: Import excel file to Mysql with PHP</title>
	<atom:link href="http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/</link>
	<description>Your resource for Technology News, Reviews and Tutorials</description>
	<lastBuildDate>Thu, 26 Jan 2012 00:24:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: s7ntech</title>
		<link>http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/comment-page-1/#comment-43188</link>
		<dc:creator>s7ntech</dc:creator>
		<pubDate>Fri, 23 Sep 2011 22:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/#comment-43188</guid>
		<description>or if you want to skip any steps I made ??this utility available
s7ntech.altervista.org/utility/s7xlstosql</description>
		<content:encoded><![CDATA[<p>or if you want to skip any steps I made ??this utility available<br />
s7ntech.altervista.org/utility/s7xlstosql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/comment-page-1/#comment-38992</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 08 Jul 2011 09:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/#comment-38992</guid>
		<description>Hi 

A few tips.

If you read the csv file properly using fgetcsv in php, you do not need to worry about step 1.

If you escape your values properly when constructing sql using mysql_escape_string, you do not need to worry about step 2.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>A few tips.</p>
<p>If you read the csv file properly using fgetcsv in php, you do not need to worry about step 1.</p>
<p>If you escape your values properly when constructing sql using mysql_escape_string, you do not need to worry about step 2.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manaf</title>
		<link>http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/comment-page-1/#comment-29563</link>
		<dc:creator>Manaf</dc:creator>
		<pubDate>Mon, 07 Feb 2011 09:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/#comment-29563</guid>
		<description>Hi,
Thank you for your kind information. Please share all the information like this.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for your kind information. Please share all the information like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pech Borey</title>
		<link>http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/comment-page-1/#comment-22808</link>
		<dc:creator>Pech Borey</dc:creator>
		<pubDate>Mon, 04 Oct 2010 07:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/#comment-22808</guid>
		<description>Thank you</description>
		<content:encoded><![CDATA[<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Herz</title>
		<link>http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/comment-page-1/#comment-18597</link>
		<dc:creator>Andreas Herz</dc:creator>
		<pubDate>Wed, 07 Apr 2010 18:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/#comment-18597</guid>
		<description>Hi,
you can use http://www.dbtube.org to import
your excel file into mySQL.

Greetings

     Andreas</description>
		<content:encoded><![CDATA[<p>Hi,<br />
you can use <a href="http://www.dbtube.org" rel="nofollow">http://www.dbtube.org</a> to import<br />
your excel file into mySQL.</p>
<p>Greetings</p>
<p>     Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kris</title>
		<link>http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/comment-page-1/#comment-14858</link>
		<dc:creator>kris</dc:creator>
		<pubDate>Wed, 30 Sep 2009 12:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/#comment-14858</guid>
		<description>Hi,

It&#039;s very helpful, we just used this code, and able to upload the excel files into our application. Thanks for great source.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It&#8217;s very helpful, we just used this code, and able to upload the excel files into our application. Thanks for great source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yosep</title>
		<link>http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/comment-page-1/#comment-11428</link>
		<dc:creator>Yosep</dc:creator>
		<pubDate>Wed, 01 Apr 2009 12:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.techontour.com/applications/2007/10/24/import-excel-file-to-mysql-with-php/#comment-11428</guid>
		<description>Thanks.. I will try this code.. hopefully its works</description>
		<content:encoded><![CDATA[<p>Thanks.. I will try this code.. hopefully its works</p>
]]></content:encoded>
	</item>
</channel>
</rss>

