<?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:media="http://search.yahoo.com/mrss/"
		>
<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 TechoDesign.com</description>
	<lastBuildDate>Thu, 26 Feb 2009 06:31:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on What is the difference between ereg_replace() and eregi_replace()? by seth odhiambo</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-is-the-difference-between-ereg_replace-and-eregi_replace/#comment-110</link>
		<dc:creator>seth odhiambo</dc:creator>
		<pubDate>Thu, 26 Feb 2009 06:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=53#comment-110</guid>
		<description>eregi_replace() function is same as ereg_replace() except that it ignores case distinction when matching alphabetic characters.</description>
		<content:encoded><![CDATA[<p>eregi_replace() function is same as ereg_replace() except that it ignores case distinction when matching alphabetic characters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is the use of ob_start? by Bill</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-is-the-use-of-ob_start/#comment-109</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sat, 27 Dec 2008 06:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=38#comment-109</guid>
		<description>Thanks for the explanation. I&#039;m building a site using PHP right now. I&#039;m doing it the procedural way because I&#039;m still a novice but I am using PHP 5. Right now I&#039;m building a login app so that I can update certain sections of my site that get their content from a database.

The login page itself is basically some connection variables, then a call for it to connect to mySQL, then a query to match the form input to the username and passwords stored in the database. I was told to use ob_start() for the program that verifies the name and pass. do is this really necessary?

and if I understand the post, is it basically saying that ob_start just tells the browser to read the entire script before doing anything instead of executing functions as it comes across them?

even if you cant help, thanks for the post anyway!</description>
		<content:encoded><![CDATA[<p>Thanks for the explanation. I&#8217;m building a site using PHP right now. I&#8217;m doing it the procedural way because I&#8217;m still a novice but I am using PHP 5. Right now I&#8217;m building a login app so that I can update certain sections of my site that get their content from a database.</p>
<p>The login page itself is basically some connection variables, then a call for it to connect to mySQL, then a query to match the form input to the username and passwords stored in the database. I was told to use ob_start() for the program that verifies the name and pass. do is this really necessary?</p>
<p>and if I understand the post, is it basically saying that ob_start just tells the browser to read the entire script before doing anything instead of executing functions as it comes across them?</p>
<p>even if you cant help, thanks for the post anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What does PHP stand for? by srinivas.N</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-does-php-stand-for/#comment-107</link>
		<dc:creator>srinivas.N</dc:creator>
		<pubDate>Thu, 30 Oct 2008 09:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=51#comment-107</guid>
		<description>PHP stands for P: Hypertext Preprocessor. again P stands for PHP (Personal Home Page). 
This type of acronym called as recursive acronym.
So, PHP means Personal home page Hypertext Preprocessor</description>
		<content:encoded><![CDATA[<p>PHP stands for P: Hypertext Preprocessor. again P stands for PHP (Personal Home Page).<br />
This type of acronym called as recursive acronym.<br />
So, PHP means Personal home page Hypertext Preprocessor</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How can i fetch only the unique values in mysql? by lizzeelike</title>
		<link>http://lampinterview.wordpress.com/2008/05/07/how-can-i-fetch-only-the-unique-values-in-mysql/#comment-106</link>
		<dc:creator>lizzeelike</dc:creator>
		<pubDate>Sat, 23 Aug 2008 23:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=20#comment-106</guid>
		<description>THNAKS AGAIN..</description>
		<content:encoded><![CDATA[<p>THNAKS AGAIN..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on what is difference between srand &amp; shuffle? by lizzeelike</title>
		<link>http://lampinterview.wordpress.com/2008/05/07/what-is-difference-between-srand-shuffle/#comment-105</link>
		<dc:creator>lizzeelike</dc:creator>
		<pubDate>Sat, 23 Aug 2008 19:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=15#comment-105</guid>
		<description>thanks for post</description>
		<content:encoded><![CDATA[<p>thanks for post</p>
]]></content:encoded>
	</item>
	<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 &quot;Lost connection to MySQL server during query&quot;</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 TechoDesign</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/content-management-system/#comment-29</link>
		<dc:creator>TechoDesign</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 TechoDesign</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-is-the-difference-between-ereg_replace-and-eregi_replace/#comment-28</link>
		<dc:creator>TechoDesign</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 &quot;test&quot; cannot be treated as &quot;TeSt&quot; and eregi_replace() is not case sensitive
that means insensitive where &quot;test&quot; could be treated as &quot;TeSt&quot;.</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 TechoDesign</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/whats-diffrence-between-get-and-post-function/#comment-27</link>
		<dc:creator>TechoDesign</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&#039;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>
</channel>
</rss>
