<?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/"
	>

<channel>
	<title>Avidwebsolutions - Code Made Easy</title>
	<atom:link href="http://avidwebsolutions.in/code-made-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://avidwebsolutions.in/code-made-easy</link>
	<description></description>
	<lastBuildDate>Fri, 24 Dec 2010 14:20:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Get Key value in Array with PHP</title>
		<link>http://avidwebsolutions.in/code-made-easy/get-key-value-in-array-with-php/</link>
		<comments>http://avidwebsolutions.in/code-made-easy/get-key-value-in-array-with-php/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 14:20:05 +0000</pubDate>
		<dc:creator>Nishant</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://avidwebsolutions.in/code-made-easy/?p=8</guid>
		<description><![CDATA[hi if u need key value of an array. try this example. $fruits = array(&#8220;d&#8221; =&#62; &#8220;lemon&#8221;, &#8220;a&#8221; =&#62; &#8220;orange&#8221;, &#8220;b&#8221; =&#62; &#8220;banana&#8221;, &#8220;c&#8221; =&#62; &#8220;apple&#8221;); asort($fruits); foreach ($fruits as $key =&#62; $val) {     echo &#8220;$key = $val\n&#8221;; }]]></description>
		<wfw:commentRss>http://avidwebsolutions.in/code-made-easy/get-key-value-in-array-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>import excel to sql server 2005/2008</title>
		<link>http://avidwebsolutions.in/code-made-easy/import-excel-to-sql-server-20052008/</link>
		<comments>http://avidwebsolutions.in/code-made-easy/import-excel-to-sql-server-20052008/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 05:57:36 +0000</pubDate>
		<dc:creator>Nishant</dc:creator>
				<category><![CDATA[MSSQL - SERVER]]></category>

		<guid isPermaLink="false">http://avidwebsolutions.in/code-made-easy/?p=6</guid>
		<description><![CDATA[save you excel in csv. Bulk INSERT elect FROM &#8216;c:\data\file2.csv&#8217; WITH ( FIELDTERMINATOR = &#8216;,&#8217;, ROWTERMINATOR = &#8216;\n&#8217; ) GO &#8211;Check the content of the table. SELECT * FROM elect GO elect is  your table name and c:\data\file2.csv is your csv file path. Nishant]]></description>
		<wfw:commentRss>http://avidwebsolutions.in/code-made-easy/import-excel-to-sql-server-20052008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A common Error in Else If syntex</title>
		<link>http://avidwebsolutions.in/code-made-easy/a-common-error-in-else-if-syntex/</link>
		<comments>http://avidwebsolutions.in/code-made-easy/a-common-error-in-else-if-syntex/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 08:47:40 +0000</pubDate>
		<dc:creator>Nishant</dc:creator>
				<category><![CDATA[Asp.Net]]></category>

		<guid isPermaLink="false">http://avidwebsolutions.in/code-made-easy/?p=3</guid>
		<description><![CDATA[Hi.. I was making a procedure in My Sql then I noticed a thing which I should share with all the common If&#8230;. else if*&#8230;.else&#8230;..end if system may confuce u leading to systex error if you forget to concat the elseif togather]]></description>
		<wfw:commentRss>http://avidwebsolutions.in/code-made-easy/a-common-error-in-else-if-syntex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

