<?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/"
	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>Comments for Things i learn and wanna share</title>
	<atom:link href="http://me2learn.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://me2learn.wordpress.com</link>
	<description>thnx 4 stopping in my blog, Noor</description>
	<lastBuildDate>Sun, 23 Aug 2009 13:00:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on converting variables into arrays (and vice versa) by me2blog</title>
		<link>http://me2learn.wordpress.com/2008/09/17/converting-variables-into-arrays-and-vice-versa/#comment-250</link>
		<dc:creator>me2blog</dc:creator>
		<pubDate>Sun, 23 Aug 2009 13:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=310#comment-250</guid>
		<description>Glad 2 hear :) thnx 4 stopping in my blog :D</description>
		<content:encoded><![CDATA[<p>Glad 2 hear <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thnx 4 stopping in my blog <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connect PHP with Oracle database by Uiratan Cavalcante</title>
		<link>http://me2learn.wordpress.com/2008/10/18/connect-php-with-oracle-database/#comment-249</link>
		<dc:creator>Uiratan Cavalcante</dc:creator>
		<pubDate>Thu, 20 Aug 2009 16:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=380#comment-249</guid>
		<description>Hi, is this a wordpress blog using Oracle?

I need a CMS, but in wordpress site it doesnt tells anything about Oracle.

Best regards.</description>
		<content:encoded><![CDATA[<p>Hi, is this a wordpress blog using Oracle?</p>
<p>I need a CMS, but in wordpress site it doesnt tells anything about Oracle.</p>
<p>Best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on converting variables into arrays (and vice versa) by Christian Bonato</title>
		<link>http://me2learn.wordpress.com/2008/09/17/converting-variables-into-arrays-and-vice-versa/#comment-247</link>
		<dc:creator>Christian Bonato</dc:creator>
		<pubDate>Thu, 13 Aug 2009 19:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=310#comment-247</guid>
		<description>Thanks, it made my code much more legible when having to echoing a huge array&#039;s content.

Chris</description>
		<content:encoded><![CDATA[<p>Thanks, it made my code much more legible when having to echoing a huge array&#8217;s content.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Apache HTTP server: by niles</title>
		<link>http://me2learn.wordpress.com/2008/10/18/install-apache-http-server/#comment-246</link>
		<dc:creator>niles</dc:creator>
		<pubDate>Thu, 06 Aug 2009 08:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=365#comment-246</guid>
		<description>ftp://ftp.itu.edu.tr/Mirror/Apache/httpd/

u can download from here</description>
		<content:encoded><![CDATA[<p><a href="ftp://ftp.itu.edu.tr/Mirror/Apache/httpd/" rel="nofollow">ftp://ftp.itu.edu.tr/Mirror/Apache/httpd/</a></p>
<p>u can download from here</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to hide sections in your myspace profile by autumn</title>
		<link>http://me2learn.wordpress.com/2008/06/05/how-to-hide-sections-in-your-profile/#comment-245</link>
		<dc:creator>autumn</dc:creator>
		<pubDate>Thu, 23 Jul 2009 18:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=3#comment-245</guid>
		<description>okay so i want to get rid of the part that says &quot;about me&quot; and &quot;who id like to meet&quot; not the whole section juts the words?</description>
		<content:encoded><![CDATA[<p>okay so i want to get rid of the part that says &#8220;about me&#8221; and &#8220;who id like to meet&#8221; not the whole section juts the words?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connect PHP with Oracle database by supercalculo</title>
		<link>http://me2learn.wordpress.com/2008/10/18/connect-php-with-oracle-database/#comment-244</link>
		<dc:creator>supercalculo</dc:creator>
		<pubDate>Tue, 21 Jul 2009 06:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=380#comment-244</guid>
		<description>Everything is in my local machine... I have download the versions you say and nothing...! any help?

This is my code: 
&lt;?php
	echo &quot;mensaje &quot;;
	$db = &quot;(DESCRIPTION=(ADDRESS = (PROTOCOL = TCP)(HOST = personal-8b538f)(PORT = 1521))(CONNECT_DATA=(SID=system)))&quot; ;

	echo &quot;mensaje 7&quot;.$db.&quot;&quot;;
	if ($c=OCILogon(&quot;system&quot;, &quot;123456&quot;, $db)) {
		echo &quot;Conectado a Oracle&quot;;
		OCILogoff($c);
	} else {
		$err = OCIError();
		echo &quot;Conexion Fallida.&quot; . $err[text];
	}
	echo &quot;mensaje 3&quot;;
?&gt;</description>
		<content:encoded><![CDATA[<p>Everything is in my local machine&#8230; I have download the versions you say and nothing&#8230;! any help?</p>
<p>This is my code:<br />
&lt;?php<br />
	echo &quot;mensaje &quot;;<br />
	$db = &quot;(DESCRIPTION=(ADDRESS = (PROTOCOL = TCP)(HOST = personal-8b538f)(PORT = 1521))(CONNECT_DATA=(SID=system)))&quot; ;</p>
<p>	echo &quot;mensaje 7&#8243;.$db.&#8221;";<br />
	if ($c=OCILogon(&#8220;system&#8221;, &#8220;123456&#8243;, $db)) {<br />
		echo &#8220;Conectado a Oracle&#8221;;<br />
		OCILogoff($c);<br />
	} else {<br />
		$err = OCIError();<br />
		echo &#8220;Conexion Fallida.&#8221; . $err[text];<br />
	}<br />
	echo &#8220;mensaje 3&#8243;;<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connect PHP with Oracle database by supercalculo</title>
		<link>http://me2learn.wordpress.com/2008/10/18/connect-php-with-oracle-database/#comment-243</link>
		<dc:creator>supercalculo</dc:creator>
		<pubDate>Tue, 21 Jul 2009 06:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=380#comment-243</guid>
		<description>Hello. I did everything, like you say and no work. its like not recognize the &quot;OCILogon&quot;. after this line nither a echo &quot;somthing&quot; work.</description>
		<content:encoded><![CDATA[<p>Hello. I did everything, like you say and no work. its like not recognize the &#8220;OCILogon&#8221;. after this line nither a echo &#8220;somthing&#8221; work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Registry Editing Has Been Disabled By Your Administrator by Homer</title>
		<link>http://me2learn.wordpress.com/2008/07/21/registry-editing-has-been-disabled-by-your-administrator/#comment-241</link>
		<dc:creator>Homer</dc:creator>
		<pubDate>Thu, 09 Jul 2009 06:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=102#comment-241</guid>
		<description>Thanks!  I missed the &quot;v&quot; after System /.  It was chopped off in the above.  It did work.

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f</description>
		<content:encoded><![CDATA[<p>Thanks!  I missed the &#8220;v&#8221; after System /.  It was chopped off in the above.  It did work.</p>
<p>REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to hide sections in your myspace profile by joshdobrikphotography</title>
		<link>http://me2learn.wordpress.com/2008/06/05/how-to-hide-sections-in-your-profile/#comment-240</link>
		<dc:creator>joshdobrikphotography</dc:creator>
		<pubDate>Mon, 06 Jul 2009 01:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=3#comment-240</guid>
		<description>Super helpful, nice and simple thanks lad</description>
		<content:encoded><![CDATA[<p>Super helpful, nice and simple thanks lad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle-SQL Some Comments on Tables by me2blog</title>
		<link>http://me2learn.wordpress.com/2008/06/08/oracle-sql-some-comments-on-tables/#comment-238</link>
		<dc:creator>me2blog</dc:creator>
		<pubDate>Sun, 07 Jun 2009 23:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=21#comment-238</guid>
		<description>I know its on other sites .... I didn&#039;t create the coding ... I just making it easier to me and others to find related subjects only ... so love it or leave it !</description>
		<content:encoded><![CDATA[<p>I know its on other sites &#8230;. I didn&#8217;t create the coding &#8230; I just making it easier to me and others to find related subjects only &#8230; so love it or leave it !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to hide sections in your myspace profile by me2blog</title>
		<link>http://me2learn.wordpress.com/2008/06/05/how-to-hide-sections-in-your-profile/#comment-237</link>
		<dc:creator>me2blog</dc:creator>
		<pubDate>Sun, 07 Jun 2009 23:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=3#comment-237</guid>
		<description>I didnt get ur question sorry</description>
		<content:encoded><![CDATA[<p>I didnt get ur question sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Apache HTTP server: by me2blog</title>
		<link>http://me2learn.wordpress.com/2008/10/18/install-apache-http-server/#comment-236</link>
		<dc:creator>me2blog</dc:creator>
		<pubDate>Sun, 07 Jun 2009 23:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=365#comment-236</guid>
		<description>yes ... it all was written in the next blog 
http://me2learn.wordpress.com/2008/10/18/connect-php-with-oracle-database/
best wishes with ur project</description>
		<content:encoded><![CDATA[<p>yes &#8230; it all was written in the next blog<br />
<a href="http://me2learn.wordpress.com/2008/10/18/connect-php-with-oracle-database/" rel="nofollow">http://me2learn.wordpress.com/2008/10/18/connect-php-with-oracle-database/</a><br />
best wishes with ur project</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to hide sections in your myspace profile by lulu</title>
		<link>http://me2learn.wordpress.com/2008/06/05/how-to-hide-sections-in-your-profile/#comment-235</link>
		<dc:creator>lulu</dc:creator>
		<pubDate>Thu, 28 May 2009 22:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=3#comment-235</guid>
		<description>hey i want to know how to remove the interest boxes but still see the text there.</description>
		<content:encoded><![CDATA[<p>hey i want to know how to remove the interest boxes but still see the text there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on checking the information from HTML forms by Джамиль</title>
		<link>http://me2learn.wordpress.com/2008/10/01/checking-the-information-from-html-forms/#comment-234</link>
		<dc:creator>Джамиль</dc:creator>
		<pubDate>Fri, 22 May 2009 08:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=358#comment-234</guid>
		<description>Спасибо. То, что нужно ))</description>
		<content:encoded><![CDATA[<p>Спасибо. То, что нужно ))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Apache HTTP server: by Motaz</title>
		<link>http://me2learn.wordpress.com/2008/10/18/install-apache-http-server/#comment-233</link>
		<dc:creator>Motaz</dc:creator>
		<pubDate>Tue, 19 May 2009 14:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://me2learn.wordpress.com/?p=365#comment-233</guid>
		<description>Hey how are do you know any website can i install the appache and what is the Version of appache can i use to connect between oracle and php please help me coz ihave final project in my university</description>
		<content:encoded><![CDATA[<p>Hey how are do you know any website can i install the appache and what is the Version of appache can i use to connect between oracle and php please help me coz ihave final project in my university</p>
]]></content:encoded>
	</item>
</channel>
</rss>
