<?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 on: PHP StackOverflow Clone</title>
	<atom:link href="http://anantgarg.com/2009/12/09/php-stackoverflow-clone/feed/" rel="self" type="application/rss+xml" />
	<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/</link>
	<description>on web development</description>
	<pubDate>Thu, 17 May 2012 06:31:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lacoste uk</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-17502</link>
		<dc:creator>lacoste uk</dc:creator>
		<pubDate>Fri, 23 Sep 2011 07:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-17502</guid>
		<description>There’s a few bugs I can see from the outset:
* Stripslashes
* Duplicate emails allowed (odd when it’s the login)</description>
		<content:encoded><![CDATA[<p>There’s a few bugs I can see from the outset:<br />
* Stripslashes<br />
* Duplicate emails allowed (odd when it’s the login)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: herou</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-15878</link>
		<dc:creator>herou</dc:creator>
		<pubDate>Sun, 14 Aug 2011 12:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-15878</guid>
		<description>thank you! i love it.</description>
		<content:encoded><![CDATA[<p>thank you! i love it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shikhar</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-14139</link>
		<dc:creator>shikhar</dc:creator>
		<pubDate>Tue, 14 Jun 2011 09:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-14139</guid>
		<description>Which framework have you used ? Or is it your own framework ?</description>
		<content:encoded><![CDATA[<p>Which framework have you used ? Or is it your own framework ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoang phuong</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-14119</link>
		<dc:creator>Hoang phuong</dc:creator>
		<pubDate>Mon, 13 Jun 2011 07:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-14119</guid>
		<description>I have a problem only in the index.php file (Notice: Undefined index: PATH_INFO in C:\Archivos de programa\EasyPHP-5.3.3.1\www\mysite\index.php on line 15)

And the line 15 is: $path = explode(”/”, substr($_SERVER['PATH_INFO'],1));</description>
		<content:encoded><![CDATA[<p>I have a problem only in the index.php file (Notice: Undefined index: PATH_INFO in C:\Archivos de programa\EasyPHP-5.3.3.1\www\mysite\index.php on line 15)</p>
<p>And the line 15 is: $path = explode(”/”, substr($_SERVER['PATH_INFO'],1));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emiliano</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-13587</link>
		<dc:creator>Emiliano</dc:creator>
		<pubDate>Wed, 18 May 2011 17:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-13587</guid>
		<description>I have a problem only in the index.php file (Notice: Undefined index: PATH_INFO in C:\Archivos de programa\EasyPHP-5.3.3.1\www\mysite\index.php on line 15)

And the line 15 is: $path = explode("/", substr($_SERVER['PATH_INFO'],1));</description>
		<content:encoded><![CDATA[<p>I have a problem only in the index.php file (Notice: Undefined index: PATH_INFO in C:\Archivos de programa\EasyPHP-5.3.3.1\www\mysite\index.php on line 15)</p>
<p>And the line 15 is: $path = explode(&#8221;/&#8221;, substr($_SERVER['PATH_INFO'],1));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Columbus Injury Lawyer</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-8734</link>
		<dc:creator>Columbus Injury Lawyer</dc:creator>
		<pubDate>Thu, 30 Dec 2010 08:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-8734</guid>
		<description>I'm still trying to learn PHP. I find online blogs such as yours to be very helpful. Thanks for the post.</description>
		<content:encoded><![CDATA[<p>I&#8217;m still trying to learn PHP. I find online blogs such as yours to be very helpful. Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-7184</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sat, 25 Sep 2010 08:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-7184</guid>
		<description>I faced err on 907 &amp; 931 line when i directly run index.php instead of install.php
You are supposed to run instal.php once</description>
		<content:encoded><![CDATA[<p>I faced err on 907 &amp; 931 line when i directly run index.php instead of install.php<br />
You are supposed to run instal.php once</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-7183</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sat, 25 Sep 2010 08:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-7183</guid>
		<description>I really found your script very useful. People must participate its development. I am non-php developer. Once i start to work on it. I'll surely contribute.
Tell me if there is any other version suggested by jerome42.
Please mention all reported bug which are rest to resolve. It'll help other developers to work on it.</description>
		<content:encoded><![CDATA[<p>I really found your script very useful. People must participate its development. I am non-php developer. Once i start to work on it. I&#8217;ll surely contribute.<br />
Tell me if there is any other version suggested by jerome42.<br />
Please mention all reported bug which are rest to resolve. It&#8217;ll help other developers to work on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-7041</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 12 Sep 2010 14:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-7041</guid>
		<description>I'm getting the same error on line 907 and 931. Is this project still active? And of so, how do I fix this? Perhaps a folder needs a different permission set for it</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same error on line 907 and 931. Is this project still active? And of so, how do I fix this? Perhaps a folder needs a different permission set for it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: king del rosario</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-6831</link>
		<dc:creator>king del rosario</dc:creator>
		<pubDate>Thu, 19 Aug 2010 11:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-6831</guid>
		<description>Warning: include(/home/content/n/o/y/noybook/html/controllers/index.php.php) [function.include]: failed to open stream: No such file or directory in /home/content/n/o/y/noybook/html/index.php on line 48
How do I solve this installation problem? Please help! 

Warning: include() [function.include]: Failed opening '/home/content/n/o/y/noybook/html/controllers/index.php.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/n/o/y/noybook/html/index.php on line 48

Warning: call_user_func(index) [function.call-user-func]: First argument is expected to be a valid callback in /home/content/n/o/y/noybook/html/index.php on line 52</description>
		<content:encoded><![CDATA[<p>Warning: include(/home/content/n/o/y/noybook/html/controllers/index.php.php) [function.include]: failed to open stream: No such file or directory in /home/content/n/o/y/noybook/html/index.php on line 48<br />
How do I solve this installation problem? Please help! </p>
<p>Warning: include() [function.include]: Failed opening &#8216;/home/content/n/o/y/noybook/html/controllers/index.php.php&#8217; for inclusion (include_path=&#8217;.:/usr/local/php5/lib/php&#8217;) in /home/content/n/o/y/noybook/html/index.php on line 48</p>
<p>Warning: call_user_func(index) [function.call-user-func]: First argument is expected to be a valid callback in /home/content/n/o/y/noybook/html/index.php on line 52</p>
]]></content:encoded>
	</item>
</channel>
</rss>

