<?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"
	>
<channel>
	<title>Comments for LAMPInterview</title>
	<atom:link href="http://lampinterview.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lampinterview.wordpress.com</link>
	<description>A Venture from AccuGlobal.com</description>
	<pubDate>Thu, 24 Jul 2008 00:53:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on How can i set execution time out while fetching records from mysql? by rajesh</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/how-can-i-set-execution-time-out-while-fetching-records-from-mysql/#comment-30</link>
		<dc:creator>rajesh</dc:creator>
		<pubDate>Thu, 15 May 2008 05:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=33#comment-30</guid>
		<description>even after setting the time limtit using set_time_limit(0); it is saying "Lost connection to MySQL server during query"</description>
		<content:encoded><![CDATA[<p>even after setting the time limtit using set_time_limit(0); it is saying &#8220;Lost connection to MySQL server during query&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is meant by content management system? by AccuGlobal</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-is-meant-by-content-management-system/#comment-29</link>
		<dc:creator>AccuGlobal</dc:creator>
		<pubDate>Wed, 14 May 2008 11:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=56#comment-29</guid>
		<description>Content Management System (CMS) is a dynamically change the content in a page. Administrator have a full control to do this dynamically changes add, edit, delete, move up/down and etc...</description>
		<content:encoded><![CDATA[<p>Content Management System (CMS) is a dynamically change the content in a page. Administrator have a full control to do this dynamically changes add, edit, delete, move up/down and etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is the difference between ereg_replace() and eregi_replace()? by AccuGlobal</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-is-the-difference-between-ereg_replace-and-eregi_replace/#comment-28</link>
		<dc:creator>AccuGlobal</dc:creator>
		<pubDate>Wed, 14 May 2008 10:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=53#comment-28</guid>
		<description>ereg_replace() is case sensitive like "test" cannot be treated as "TeSt" and eregi_replace() is not case sensitive
that means insensitive where "test" could be treated as "TeSt".</description>
		<content:encoded><![CDATA[<p>ereg_replace() is case sensitive like &#8220;test&#8221; cannot be treated as &#8220;TeSt&#8221; and eregi_replace() is not case sensitive<br />
that means insensitive where &#8220;test&#8221; could be treated as &#8220;TeSt&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s diffrence between Get() and Post() Function. by AccuGlobal</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/whats-diffrence-between-get-and-post-function/#comment-27</link>
		<dc:creator>AccuGlobal</dc:creator>
		<pubDate>Wed, 14 May 2008 10:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=52#comment-27</guid>
		<description>get() method we can send only 100 characters post() method send (in php 8mb it is default in php.ini 
file) it can change using ini_set.</description>
		<content:encoded><![CDATA[<p>get() method we can send only 100 characters post() method send (in php 8mb it is default in php.ini<br />
file) it can change using ini_set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s diffrence between Get() and Post() Function. by TechoDesign</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/whats-diffrence-between-get-and-post-function/#comment-26</link>
		<dc:creator>TechoDesign</dc:creator>
		<pubDate>Wed, 14 May 2008 10:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=52#comment-26</guid>
		<description>As said above, i also want to include another point, through get() method we can send onnly 100 characters, so get()
method as limitation on the information send. whereas post() method doesn't have any limitaions.</description>
		<content:encoded><![CDATA[<p>As said above, i also want to include another point, through get() method we can send onnly 100 characters, so get()<br />
method as limitation on the information send. whereas post() method doesn&#8217;t have any limitaions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What does PHP stand for? by TechoDesign</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-does-php-stand-for/#comment-25</link>
		<dc:creator>TechoDesign</dc:creator>
		<pubDate>Wed, 14 May 2008 10:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=51#comment-25</guid>
		<description>PHP (recursive acronym for "PHP: Hypertext Preprocessor")</description>
		<content:encoded><![CDATA[<p>PHP (recursive acronym for &#8220;PHP: Hypertext Preprocessor&#8221 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How can we destroy the session, how can we unset the variable of a session? by TechoDesign</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/how-can-we-destroy-the-session-how-can-we-unset-the-variable-of-a-session/#comment-24</link>
		<dc:creator>TechoDesign</dc:creator>
		<pubDate>Wed, 14 May 2008 10:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=50#comment-24</guid>
		<description>session can be destroyed by using session_destroy() function and variable can be unset by unset($_session['name']).</description>
		<content:encoded><![CDATA[<p>session can be destroyed by using session_destroy() function and variable can be unset by unset($_session['name']).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How can we destroy the session, how can we unset the variable of a session? by AccuGlobal</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/how-can-we-destroy-the-session-how-can-we-unset-the-variable-of-a-session/#comment-23</link>
		<dc:creator>AccuGlobal</dc:creator>
		<pubDate>Wed, 14 May 2008 10:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=50#comment-23</guid>
		<description>the better way of destroying a session is to first unset all
the values of $_SESSION variables individually, and then use
the session_destroy() function</description>
		<content:encoded><![CDATA[<p>the better way of destroying a session is to first unset all<br />
the values of $_SESSION variables individually, and then use<br />
the session_destroy() function</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on is &#8216;easyphp&#8217; is compelete technology to design a phpmysql? by AccuGlobal</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/is-easyphp-is-compelete-technology-to-design-a-phpmysql/#comment-22</link>
		<dc:creator>AccuGlobal</dc:creator>
		<pubDate>Wed, 14 May 2008 10:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=46#comment-22</guid>
		<description>Try Xampp - Its free, easy - and has a massive user base. 

Its easy to!

www.xampp.com</description>
		<content:encoded><![CDATA[<p>Try Xampp - Its free, easy - and has a massive user base. </p>
<p>Its easy to!</p>
<p><a href="http://www.xampp.com" rel="nofollow">http://www.xampp.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In PHP how many size data can upload by default? by AccuGlobal</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/in-php-how-many-size-data-can-upload-by-default/#comment-21</link>
		<dc:creator>AccuGlobal</dc:creator>
		<pubDate>Wed, 14 May 2008 10:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=44#comment-21</guid>
		<description>By default it is 2 MB. But we can change it in php.ini file by "upload_max_filesize".</description>
		<content:encoded><![CDATA[<p>By default it is 2 MB. But we can change it in php.ini file by &#8220;upload_max_filesize&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
