<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Easycoder</title>
	<atom:link href="http://easycoder.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://easycoder.wordpress.com</link>
	<description>Place For Programmers</description>
	<lastBuildDate>Wed, 10 Mar 2010 06:50:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='easycoder.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Easycoder</title>
		<link>http://easycoder.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://easycoder.wordpress.com/osd.xml" title="Easycoder" />
	<atom:link rel='hub' href='http://easycoder.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Import Excel Data into MySQL in 5 Easy Steps</title>
		<link>http://easycoder.wordpress.com/2010/03/10/import-excel-data-into-mysql-in-5-easy-steps/</link>
		<comments>http://easycoder.wordpress.com/2010/03/10/import-excel-data-into-mysql-in-5-easy-steps/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 06:50:35 +0000</pubDate>
		<dc:creator>ravirajce</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://easycoder.wordpress.com/?p=9</guid>
		<description><![CDATA[Import Excel Data into MySQL in 5 Easy Steps.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=easycoder.wordpress.com&amp;blog=11745464&amp;post=9&amp;subd=easycoder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.tjitjing.com/index.php/2008/02/import-excel-data-into-mysql-in-5-easy.html">Import Excel Data into MySQL in 5 Easy Steps</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/easycoder.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/easycoder.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/easycoder.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/easycoder.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/easycoder.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/easycoder.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/easycoder.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/easycoder.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/easycoder.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/easycoder.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/easycoder.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/easycoder.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/easycoder.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/easycoder.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=easycoder.wordpress.com&amp;blog=11745464&amp;post=9&amp;subd=easycoder&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://easycoder.wordpress.com/2010/03/10/import-excel-data-into-mysql-in-5-easy-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b82781966427ffdb35669acb677e392?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ravirajce</media:title>
		</media:content>
	</item>
		<item>
		<title>Using the HTTP_REFERER variable with PHP</title>
		<link>http://easycoder.wordpress.com/2010/02/11/using-the-http_referer-variable-with-php/</link>
		<comments>http://easycoder.wordpress.com/2010/02/11/using-the-http_referer-variable-with-php/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 06:14:16 +0000</pubDate>
		<dc:creator>ravirajce</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[http_referrer]]></category>
		<category><![CDATA[php cancel button]]></category>

		<guid isPermaLink="false">http://easycoder.wordpress.com/?p=3</guid>
		<description><![CDATA[When a web browser moves from one website to another and between pages of a website, it can optionally pass the URL it came from. This is called the HTTP_REFERER, and this post looks at how to use this variable with PHP. via Using the HTTP_REFERER variable with PHP.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=easycoder.wordpress.com&amp;blog=11745464&amp;post=3&amp;subd=easycoder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When a web browser moves from one website to another and between pages of a website, it can optionally pass the URL it came from. This is called the HTTP_REFERER, and this post looks at how to use this variable with PHP.</p>
<p>via <a href="http://www.electrictoolbox.com/php-http-referer-variable/">Using the HTTP_REFERER variable with PHP</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/easycoder.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/easycoder.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/easycoder.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/easycoder.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/easycoder.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/easycoder.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/easycoder.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/easycoder.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/easycoder.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/easycoder.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/easycoder.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/easycoder.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/easycoder.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/easycoder.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=easycoder.wordpress.com&amp;blog=11745464&amp;post=3&amp;subd=easycoder&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://easycoder.wordpress.com/2010/02/11/using-the-http_referer-variable-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b82781966427ffdb35669acb677e392?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ravirajce</media:title>
		</media:content>
	</item>
	</channel>
</rss>
