<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>LAMPInterview</title>
	<atom:link href="http://lampinterview.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lampinterview.wordpress.com</link>
	<description>A Venture from AccuGlobal.com</description>
	<pubDate>Tue, 22 Jul 2008 11:40:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>What is meant by content management system?</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-is-meant-by-content-management-system/</link>
		<comments>http://lampinterview.wordpress.com/2008/05/14/what-is-meant-by-content-management-system/#comments</comments>
		<pubDate>Wed, 14 May 2008 11:00:10 +0000</pubDate>
		<dc:creator>lampinterview</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[CMS]]></category>

		<category><![CDATA[content management system]]></category>

		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=56</guid>
		<description><![CDATA[A Content Management System (CMS) is used to add, edit, and delete content on a website. For a small website, such
as this, adding and deleting a page manually is fairly simple. But for a large website with lots of pages like a
news website adding a page manually without a content management system can be a [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre>A Content Management System (CMS) is used to add, edit, and delete content on a website. For a small website, such
as this, adding and deleting a page manually is fairly simple. But for a large website with lots of pages like a
news website adding a page manually without a content management system can be a headache.

A CMS is meant to ease the process of adding and modifying new content to a webpage. The pages content are stored in
database, not in the file server.
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lampinterview.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lampinterview.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampinterview.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampinterview.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampinterview.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampinterview.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampinterview.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampinterview.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampinterview.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampinterview.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampinterview.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampinterview.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampinterview.wordpress.com&blog=3657713&post=56&subd=lampinterview&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lampinterview.wordpress.com/2008/05/14/what-is-meant-by-content-management-system/feed/</wfw:commentRss>
		</item>
		<item>
		<title>write the function to fetch a image from mysql databases (datatype blob).</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/write-the-function-to-fetch-a-image-from-mysql-databases-datatype-blob/</link>
		<comments>http://lampinterview.wordpress.com/2008/05/14/write-the-function-to-fetch-a-image-from-mysql-databases-datatype-blob/#comments</comments>
		<pubDate>Wed, 14 May 2008 10:53:58 +0000</pubDate>
		<dc:creator>lampinterview</dc:creator>
		
		<category><![CDATA[MYSQL]]></category>

		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=55</guid>
		<description><![CDATA[A BLOB is a binary large object that can hold a variable amount of data. The four BLOB  types are TINYBLOB, BLOB,
MEDIUMBLOB, and LONGBLOB. These differ only in the maximum length of the values they can hold. The four TEXT types are
TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT. BLOB columns are treated as binary strings (byte [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre>A BLOB is a binary large object that can hold a variable amount of data. The four BLOB  types are TINYBLOB, BLOB,
MEDIUMBLOB, and LONGBLOB. These differ only in the maximum length of the values they can hold. The four TEXT types are
TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT. BLOB columns are treated as binary strings (byte strings).
TEXT columns are treated as non-binary strings (character strings). BLOB  columns have no character set, and sorting
and comparison are based on the numeric values of the bytes in column values. TEXT columns have a character set, and
values are sorted and compared based on the collation of the character set.</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lampinterview.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lampinterview.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampinterview.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampinterview.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampinterview.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampinterview.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampinterview.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampinterview.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampinterview.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampinterview.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampinterview.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampinterview.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampinterview.wordpress.com&blog=3657713&post=55&subd=lampinterview&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lampinterview.wordpress.com/2008/05/14/write-the-function-to-fetch-a-image-from-mysql-databases-datatype-blob/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is it possible to get the screen resolution and like with php?</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/is-it-possible-to-get-the-screen-resolution-and-like-with-php/</link>
		<comments>http://lampinterview.wordpress.com/2008/05/14/is-it-possible-to-get-the-screen-resolution-and-like-with-php/#comments</comments>
		<pubDate>Wed, 14 May 2008 10:52:57 +0000</pubDate>
		<dc:creator>lampinterview</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=54</guid>
		<description><![CDATA[Yes, it is possible to get screen resolution. But much more easy with javascript:

Use =&#62; screen.width &#38;&#38; screen.heigth
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre>Yes, it is possible to get screen resolution. But much more easy with javascript:

Use =&gt; screen.width &amp;&amp; screen.heigth</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lampinterview.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lampinterview.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampinterview.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampinterview.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampinterview.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampinterview.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampinterview.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampinterview.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampinterview.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampinterview.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampinterview.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampinterview.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampinterview.wordpress.com&blog=3657713&post=54&subd=lampinterview&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lampinterview.wordpress.com/2008/05/14/is-it-possible-to-get-the-screen-resolution-and-like-with-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the difference between ereg_replace() and eregi_replace()?</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-is-the-difference-between-ereg_replace-and-eregi_replace/</link>
		<comments>http://lampinterview.wordpress.com/2008/05/14/what-is-the-difference-between-ereg_replace-and-eregi_replace/#comments</comments>
		<pubDate>Wed, 14 May 2008 10:51:37 +0000</pubDate>
		<dc:creator>lampinterview</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[eregi_replace]]></category>

		<category><![CDATA[ereg_replace]]></category>

		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=53</guid>
		<description><![CDATA[eregi_replace() function is identical to ereg_replace() except that it ignores case distinction when matching
alphabetic characters.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre>eregi_replace() function is identical to ereg_replace() except that it ignores case distinction when matching
alphabetic characters.</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lampinterview.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lampinterview.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampinterview.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampinterview.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampinterview.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampinterview.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampinterview.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampinterview.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampinterview.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampinterview.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampinterview.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampinterview.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampinterview.wordpress.com&blog=3657713&post=53&subd=lampinterview&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lampinterview.wordpress.com/2008/05/14/what-is-the-difference-between-ereg_replace-and-eregi_replace/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What&#8217;s diffrence between Get() and Post() Function.</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/whats-diffrence-between-get-and-post-function/</link>
		<comments>http://lampinterview.wordpress.com/2008/05/14/whats-diffrence-between-get-and-post-function/#comments</comments>
		<pubDate>Wed, 14 May 2008 10:49:02 +0000</pubDate>
		<dc:creator>lampinterview</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[get]]></category>

		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=52</guid>
		<description><![CDATA[Get shows information travling on the address bar but pet do not shows in this way the post method is more
secure than get.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre>Get shows information travling on the address bar but pet do not shows in this way the post method is more
secure than get.</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lampinterview.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lampinterview.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampinterview.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampinterview.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampinterview.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampinterview.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampinterview.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampinterview.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampinterview.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampinterview.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampinterview.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampinterview.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampinterview.wordpress.com&blog=3657713&post=52&subd=lampinterview&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lampinterview.wordpress.com/2008/05/14/whats-diffrence-between-get-and-post-function/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What does PHP stand for?</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-does-php-stand-for/</link>
		<comments>http://lampinterview.wordpress.com/2008/05/14/what-does-php-stand-for/#comments</comments>
		<pubDate>Wed, 14 May 2008 10:47:52 +0000</pubDate>
		<dc:creator>lampinterview</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=51</guid>
		<description><![CDATA[Personal home page
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre>Personal home page</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lampinterview.wordpress.com/51/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lampinterview.wordpress.com/51/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampinterview.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampinterview.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampinterview.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampinterview.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampinterview.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampinterview.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampinterview.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampinterview.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampinterview.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampinterview.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampinterview.wordpress.com&blog=3657713&post=51&subd=lampinterview&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lampinterview.wordpress.com/2008/05/14/what-does-php-stand-for/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How can we destroy the session, how can we unset the variable of a session?</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/how-can-we-destroy-the-session-how-can-we-unset-the-variable-of-a-session/</link>
		<comments>http://lampinterview.wordpress.com/2008/05/14/how-can-we-destroy-the-session-how-can-we-unset-the-variable-of-a-session/#comments</comments>
		<pubDate>Wed, 14 May 2008 10:45:26 +0000</pubDate>
		<dc:creator>lampinterview</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=50</guid>
		<description><![CDATA[session_destroy() function destroys all data registered to current session. use unset function to destroy varible
specified with session. So to destroy $name registered with session use unset($name) in your php script.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre>session_destroy() function destroys all data registered to current session. use unset function to destroy varible
specified with session. So to destroy $name registered with session use unset($name) in your php script.</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lampinterview.wordpress.com/50/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lampinterview.wordpress.com/50/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampinterview.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampinterview.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampinterview.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampinterview.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampinterview.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampinterview.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampinterview.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampinterview.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampinterview.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampinterview.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampinterview.wordpress.com&blog=3657713&post=50&subd=lampinterview&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lampinterview.wordpress.com/2008/05/14/how-can-we-destroy-the-session-how-can-we-unset-the-variable-of-a-session/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the use of friend function?</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-is-the-use-of-friend-function/</link>
		<comments>http://lampinterview.wordpress.com/2008/05/14/what-is-the-use-of-friend-function/#comments</comments>
		<pubDate>Wed, 14 May 2008 10:42:53 +0000</pubDate>
		<dc:creator>lampinterview</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=49</guid>
		<description><![CDATA[Sometimes a function is best shared among a number of different classes. Such functions can be declared either as
member functions of one class or as global functions. In either case they can be set to be friends of other classes,
by using a friend specifier in the class that is admitting them. Such functions can use [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre>Sometimes a function is best shared among a number of different classes. Such functions can be declared either as
member functions of one class or as global functions. In either case they can be set to be friends of other classes,
by using a friend specifier in the class that is admitting them. Such functions can use all attributes of the class
which names them as a friend, as if they were themselves members of that class. A friend declaration is essentially a
prototype for a member function, but instead of requiring an implementation with the name of that class
attached by the double colon syntax, a global function or member function of another class provides the match.</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lampinterview.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lampinterview.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampinterview.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampinterview.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampinterview.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampinterview.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampinterview.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampinterview.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampinterview.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampinterview.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampinterview.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampinterview.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampinterview.wordpress.com&blog=3657713&post=49&subd=lampinterview&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lampinterview.wordpress.com/2008/05/14/what-is-the-use-of-friend-function/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What are the types of errors in PHP?</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-are-the-types-of-errors-in-php/</link>
		<comments>http://lampinterview.wordpress.com/2008/05/14/what-are-the-types-of-errors-in-php/#comments</comments>
		<pubDate>Wed, 14 May 2008 10:40:57 +0000</pubDate>
		<dc:creator>lampinterview</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[errors]]></category>

		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=48</guid>
		<description><![CDATA[Three are three types of errors:
1. Notices: These are trivial, non-critical errors that PHP encounters while executing a script - for example, accessing a variable that has not yet been defined. By default, such errors are not displayed to the user at all - although, as you will see, you can change this default behaviour.
2. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="margin-left:0.5in;"><span>Three are three types of errors:</span></p>
<p style="margin-left:0.5in;"><span>1. Notices: These are trivial, non-critical errors that PHP encounters while executing a script - for example, accessing a variable that has not yet been defined. By default, such errors are not displayed to the user at all - although, as you will see, you can change this default behaviour.</span></p>
<p style="margin-left:0.5in;"><span>2. Warnings: These are more serious errors - for example, attempting to include() a file which does not exist. By default, these errors are displayed to the user, but they do not result in script termination.</span></p>
<p style="margin-left:0.5in;"><span>3. Fatal errors: These are critical errors - for example, instantiating an object of a non-existent class, or calling a non-existent function. These errors cause the immediate termination of the script, and PHP&#8217;s default behaviour is to display them to the user when they take place.</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lampinterview.wordpress.com/48/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lampinterview.wordpress.com/48/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampinterview.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampinterview.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampinterview.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampinterview.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampinterview.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampinterview.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampinterview.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampinterview.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampinterview.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampinterview.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampinterview.wordpress.com&blog=3657713&post=48&subd=lampinterview&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lampinterview.wordpress.com/2008/05/14/what-are-the-types-of-errors-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is zend engine?</title>
		<link>http://lampinterview.wordpress.com/2008/05/14/what-is-zend-engine/</link>
		<comments>http://lampinterview.wordpress.com/2008/05/14/what-is-zend-engine/#comments</comments>
		<pubDate>Wed, 14 May 2008 10:40:00 +0000</pubDate>
		<dc:creator>lampinterview</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://lampinterview.wordpress.com/?p=47</guid>
		<description><![CDATA[The Zend Engine is an open-source scripting engine.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span class="tdvamseel"><span style="font-size:10pt;">The Zend Engine is an open-source scripting engine.</span></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lampinterview.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lampinterview.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampinterview.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampinterview.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampinterview.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampinterview.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampinterview.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampinterview.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampinterview.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampinterview.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampinterview.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampinterview.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampinterview.wordpress.com&blog=3657713&post=47&subd=lampinterview&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lampinterview.wordpress.com/2008/05/14/what-is-zend-engine/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>