<?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>Mega Champ &#187; Coding</title>
	<atom:link href="http://megachamp.com/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://megachamp.com</link>
	<description></description>
	<lastBuildDate>Thu, 04 Feb 2010 14:29:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Find Link Directories On Google</title>
		<link>http://megachamp.com/find-link-direcotries-on-google/</link>
		<comments>http://megachamp.com/find-link-direcotries-on-google/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 03:48:42 +0000</pubDate>
		<dc:creator>Mega Champ</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Random Cool Stuff]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Link Directory]]></category>

		<guid isPermaLink="false">http://megachamp.com/?p=299</guid>
		<description><![CDATA[Having trouble finding link directories for you new website/blog. Just use the following command in google and get going : php link directory&#8221; inurl:&#8221;(nl&#124;be&#124;net&#124;biz&#124;info&#124;com&#124;org)/submit.php]]></description>
			<content:encoded><![CDATA[<p>Having trouble finding link directories for you new website/blog. Just use the following command in google and get going :</p>
<p><strong>php link directory&#8221; inurl:&#8221;(nl|be|net|biz|info|com|org)/submit.php</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://megachamp.com/find-link-direcotries-on-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal error: Call to undefined function curl_init()</title>
		<link>http://megachamp.com/fatal-error-call-to-undefined-function-curl_init/</link>
		<comments>http://megachamp.com/fatal-error-call-to-undefined-function-curl_init/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 07:33:47 +0000</pubDate>
		<dc:creator>Mega Champ</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://megachamp.com/?p=280</guid>
		<description><![CDATA[If you are using php, apache wamp on windows vista this tip is for you. While working on a script i was getting the &#8220;Fatal error: Call to undefined function curl_init()&#8221; error all the time. Believe me when i say, there are countless solutions been listed on net, but most of them are either old [...]]]></description>
			<content:encoded><![CDATA[<p><em>If you are using php, apache wamp on windows vista this tip is for you.</em></p>
<p>While working on a script i was getting the &#8220;Fatal error: Call to undefined function curl_init()&#8221; error all the time. Believe me when i say, there are countless solutions been listed on net, but most of them are either old or doesn&#8217;t hold good anymore.</p>
<p><strong>Here is the exact solution which worked for me</strong> :</p>
<p>To do away the error you have to edit your php.ini.</p>
<p>Go to path : C:\wamp\bin\apache\apache2.2.8\bin<br />
find php.ini file<br />
open it<br />
find the line ;extension=php_curl.dll<br />
remove the &#8220;;&#8217; from the line, so in the end it will look like this<br />
extension=php_curl.dll</p>
<p>restart apache/wamp and you are good to go.</p>
<p>Let me know if are still facing the problem. Although for sure you shouldn&#8217;t after the above steps <img src='http://megachamp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://megachamp.com/fatal-error-call-to-undefined-function-curl_init/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
