<?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 for satishgaudo.com</title>
	<atom:link href="http://satishgaudo.com/satblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://satishgaudo.com/satblog</link>
	<description>Understanding technology</description>
	<lastBuildDate>Thu, 24 Jun 2010 21:46:24 +0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Export the query result in a temporary file by MySQL: Export the query result in a temporary file: xls, txt &#171; Amdia Software</title>
		<link>http://satishgaudo.com/satblog/2010/01/20/export-the-query-result-in-a-temporary-file/comment-page-1/#comment-1753</link>
		<dc:creator>MySQL: Export the query result in a temporary file: xls, txt &#171; Amdia Software</dc:creator>
		<pubDate>Thu, 24 Jun 2010 21:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://satishgaudo.com/satblog/?p=134#comment-1753</guid>
		<description>[...] Export the query result in a temporary file [...]</description>
		<content:encoded><![CDATA[<p>[...] Export the query result in a temporary file [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on function to submit data via socket by satishgaudo</title>
		<link>http://satishgaudo.com/satblog/2009/06/16/function-to-submit-data-via-socket/comment-page-1/#comment-1752</link>
		<dc:creator>satishgaudo</dc:creator>
		<pubDate>Fri, 23 Apr 2010 09:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://satishgaudo.com/satblog/?p=11#comment-1752</guid>
		<description>$fp = fsockopen(&quot;patterns.satishgaudo.com&quot;, &quot;80&quot;, $errno, $errstr, 30);
	if (!$fp) {
			return false;
	} else {
		/* Case 1 Create collection */
		$content = &quot;action=mailnotification&amp;rname=a&amp;r_prc_id=4888115&quot;;
		$out = &quot;POST /patterns.php HTTP/1.1\r\n&quot;;
		$out .= &quot;Content-type: application/x-www-form-urlencoded\r\n&quot;;
		$out .= &quot;Content-Length: &quot;.strlen($content).&quot;\r\n&quot;;
		$out .= &quot;Host: patterns.satishgaudo.com:80\r\n&quot;;
		$out .= &quot;Cookie: Rl=satish; rlo=satishgaudo; \r\n\r\n&quot;;
		$out .= $content;
		$out .= &quot;\r\n&quot;;
		fwrite($fp, $out);
		while (!feof($fp)) 
		{
			$tempdata =  fgets($fp, 128);
			$data .= $tempdata;
		}
		echo $data;
	}</description>
		<content:encoded><![CDATA[<p>$fp = fsockopen(&#8221;patterns.satishgaudo.com&#8221;, &#8220;80&#8243;, $errno, $errstr, 30);<br />
	if (!$fp) {<br />
			return false;<br />
	} else {<br />
		/* Case 1 Create collection */<br />
		$content = &#8220;action=mailnotification&amp;rname=a&amp;r_prc_id=4888115&#8243;;<br />
		$out = &#8220;POST /patterns.php HTTP/1.1\r\n&#8221;;<br />
		$out .= &#8220;Content-type: application/x-www-form-urlencoded\r\n&#8221;;<br />
		$out .= &#8220;Content-Length: &#8220;.strlen($content).&#8221;\r\n&#8221;;<br />
		$out .= &#8220;Host: patterns.satishgaudo.com:80\r\n&#8221;;<br />
		$out .= &#8220;Cookie: Rl=satish; rlo=satishgaudo; \r\n\r\n&#8221;;<br />
		$out .= $content;<br />
		$out .= &#8220;\r\n&#8221;;<br />
		fwrite($fp, $out);<br />
		while (!feof($fp))<br />
		{<br />
			$tempdata =  fgets($fp, 128);<br />
			$data .= $tempdata;<br />
		}<br />
		echo $data;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Function to get the recursive folder structure of the destionation folder by Vaibhav</title>
		<link>http://satishgaudo.com/satblog/2009/06/15/function-to-get-the-recursive-folder-structure-of-the-destionation-folder/comment-page-1/#comment-1726</link>
		<dc:creator>Vaibhav</dc:creator>
		<pubDate>Fri, 29 Jan 2010 06:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://satishgaudo.com/satblog/?p=8#comment-1726</guid>
		<description>Hi Satish,
Good work dude ...</description>
		<content:encoded><![CDATA[<p>Hi Satish,<br />
Good work dude &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on oracle stored procedure by debt management</title>
		<link>http://satishgaudo.com/satblog/2009/06/21/16/comment-page-1/#comment-1398</link>
		<dc:creator>debt management</dc:creator>
		<pubDate>Fri, 13 Nov 2009 08:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://satishgaudo.com/satblog/2009/06/21/16/#comment-1398</guid>
		<description>Nice site protect up your passable work.</description>
		<content:encoded><![CDATA[<p>Nice site protect up your passable work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on validate xml against xsd file provided by Polprav</title>
		<link>http://satishgaudo.com/satblog/2009/06/16/validate-xml-against-xsd-file-provided/comment-page-1/#comment-1224</link>
		<dc:creator>Polprav</dc:creator>
		<pubDate>Fri, 16 Oct 2009 23:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://satishgaudo.com/satblog/?p=10#comment-1224</guid>
		<description>Hello from Russia!
Can I quote a post in your blog with the link to you?</description>
		<content:encoded><![CDATA[<p>Hello from Russia!<br />
Can I quote a post in your blog with the link to you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on validate xml against xsd file provided by Debt</title>
		<link>http://satishgaudo.com/satblog/2009/06/16/validate-xml-against-xsd-file-provided/comment-page-1/#comment-71</link>
		<dc:creator>Debt</dc:creator>
		<pubDate>Thu, 03 Sep 2009 10:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://satishgaudo.com/satblog/?p=10#comment-71</guid>
		<description>Apologize for my bad english, I over its a winsome piece of your writing. Kind-heartedly I be suffering with faced alot of difficulties in this train but your article will definately escape me in future. Thank You</description>
		<content:encoded><![CDATA[<p>Apologize for my bad english, I over its a winsome piece of your writing. Kind-heartedly I be suffering with faced alot of difficulties in this train but your article will definately escape me in future. Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on function to submit data via socket by njn_viqle</title>
		<link>http://satishgaudo.com/satblog/2009/06/16/function-to-submit-data-via-socket/comment-page-1/#comment-69</link>
		<dc:creator>njn_viqle</dc:creator>
		<pubDate>Fri, 21 Aug 2009 07:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://satishgaudo.com/satblog/?p=11#comment-69</guid>
		<description>Nice site.
</description>
		<content:encoded><![CDATA[<p>Nice site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on validate xml against xsd file provided by tam Gungazy</title>
		<link>http://satishgaudo.com/satblog/2009/06/16/validate-xml-against-xsd-file-provided/comment-page-1/#comment-68</link>
		<dc:creator>tam Gungazy</dc:creator>
		<pubDate>Wed, 19 Aug 2009 14:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://satishgaudo.com/satblog/?p=10#comment-68</guid>
		<description>What a nice site, been surfing on it for the whole night and day and i neva got bored for a single minute. Keep up your good work and all of the best in everything you do! 
please review my first site http://dvdclubadult.com/ - here - http://dvdclubadult.com/</description>
		<content:encoded><![CDATA[<p>What a nice site, been surfing on it for the whole night and day and i neva got bored for a single minute. Keep up your good work and all of the best in everything you do!<br />
please review my first site <a href="http://dvdclubadult.com/" rel="nofollow">http://dvdclubadult.com/</a> &#8211; here &#8211; <a href="http://dvdclubadult.com/" rel="nofollow">http://dvdclubadult.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send mail :Through sql / pl in oracle by jacky green</title>
		<link>http://satishgaudo.com/satblog/2009/06/14/send-mail-through-sql-pl-in-oracle/comment-page-1/#comment-67</link>
		<dc:creator>jacky green</dc:creator>
		<pubDate>Tue, 18 Aug 2009 14:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://satishgaudo.com/satblog/?p=6#comment-67</guid>
		<description>I really liked your blog! keep it up</description>
		<content:encoded><![CDATA[<p>I really liked your blog! keep it up</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on validate xml against xsd file provided by Debt Settlement Program</title>
		<link>http://satishgaudo.com/satblog/2009/06/16/validate-xml-against-xsd-file-provided/comment-page-1/#comment-66</link>
		<dc:creator>Debt Settlement Program</dc:creator>
		<pubDate>Tue, 18 Aug 2009 09:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://satishgaudo.com/satblog/?p=10#comment-66</guid>
		<description>complex post. due one detail where I contest with it. I am emailing you in detail.</description>
		<content:encoded><![CDATA[<p>complex post. due one detail where I contest with it. I am emailing you in detail.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
