<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sharag's Tech Interview HELP &#187; questions</title>
	<atom:link href="http://sharag.wordpress.com/tag/questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharag.wordpress.com</link>
	<description>Collection of Interview Questions and Answers for PHP, MySQL and WEB technologies</description>
	<lastBuildDate>Fri, 20 Nov 2009 12:21:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sharag.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/46954ef10a40e0990780c59b3c1a7358?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Sharag's Tech Interview HELP &#187; questions</title>
		<link>http://sharag.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sharag.wordpress.com/osd.xml" title="Sharag&#8217;s Tech Interview HELP" />
		<item>
		<title>MNC php interview questions and answers</title>
		<link>http://sharag.wordpress.com/2009/01/05/mnc-php-interview-questions-and-answers/</link>
		<comments>http://sharag.wordpress.com/2009/01/05/mnc-php-interview-questions-and-answers/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 12:53:03 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[cap gemini]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[oops]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[type juggling]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=105</guid>
		<description><![CDATA[1) what is session_set_save_handler in PHP? session_set_save_handler() sets the user-level session storage functions which are used for storing and retrieving data associated with a session. This is most useful when a storage method other than those supplied by PHP sessions is preferred. i.e. Storing the session data in a local database.
2) what is garbage collection? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=105&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2009/01/05/mnc-php-interview-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>Aztecsoft php web developer interview questions and answers</title>
		<link>http://sharag.wordpress.com/2008/12/31/latest-high-level-web-developer-interview-questions-and-answers/</link>
		<comments>http://sharag.wordpress.com/2008/12/31/latest-high-level-web-developer-interview-questions-and-answers/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 09:02:51 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[Aztec soft]]></category>
		<category><![CDATA[AztecSoft]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=93</guid>
		<description><![CDATA[1) how to increase the web page performance ?
1) Use lightweight templates
2) Put Stylesheets at the Top
3) Put Scripts at the Bottom
4) Avoid CSS Expressions like As an example, the background color could be set to alternate every hour using CSS expressions.
background-color: expression( (new Date()).getHours()%2 ? &#8220;#B8D4FF&#8221; : &#8220;#F08A00&#8243; );
5) Make JavaScript and CSS External
6) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=93&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/12/31/latest-high-level-web-developer-interview-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Interview Questions And Answers  &#8211; important good answers</title>
		<link>http://sharag.wordpress.com/2008/12/10/css-interview-questions-and-answers-important-good-answers/</link>
		<comments>http://sharag.wordpress.com/2008/12/10/css-interview-questions-and-answers-important-good-answers/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 07:29:59 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[anchor]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[blocks]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cascade]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[css rule]]></category>
		<category><![CDATA[declaration]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[DSSSL]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[hyper link]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[inheritance]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[MENU]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[netscape]]></category>
		<category><![CDATA[p]]></category>
		<category><![CDATA[paragraph]]></category>
		<category><![CDATA[precedence]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[selector]]></category>
		<category><![CDATA[shorthand]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[table cells]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[xsl]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=84</guid>
		<description><![CDATA[Which set of definitions, HTML attributes or CSS properties, take precedence?
CSS properties take precedence over HTML attributes. If both are specified, HTML attributes will be displayed in browsers without CSS support but won&#8217;t have any effect in browsers with CSS support.
How do I eliminate the blue border around linked images?
in your CSS, you can specify [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=84&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/12/10/css-interview-questions-and-answers-important-good-answers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP common interview questions &#8211; answers</title>
		<link>http://sharag.wordpress.com/2008/11/26/php-common-interview-questions-answers/</link>
		<comments>http://sharag.wordpress.com/2008/11/26/php-common-interview-questions-answers/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 13:09:11 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[browser properties]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[counter]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[doubt]]></category>
		<category><![CDATA[echo]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[fetch]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[hits]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[mysql connect]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[oops]]></category>
		<category><![CDATA[page view]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[php editors]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[printf]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[require]]></category>
		<category><![CDATA[resultset]]></category>
		<category><![CDATA[Static]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[timestamp]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=78</guid>
		<description><![CDATA[=,==,=== &#8211; what is the difference between these?
= assigns a value, == checks if value is the same, === checks if value is the same and the variables are of the exact same type.
Echo, print, printf &#8211; what is the difference between these?
Print and echo both output what is passed to them. Print acts like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=78&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/11/26/php-common-interview-questions-answers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP interview questions &amp; ANSWERS</title>
		<link>http://sharag.wordpress.com/2008/11/07/php-interview-questions/</link>
		<comments>http://sharag.wordpress.com/2008/11/07/php-interview-questions/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 09:03:29 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[abstract class]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Answer]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[array sort]]></category>
		<category><![CDATA[asp to php]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[browser properties]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[char]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[cross site Scripting]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[database name]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[decrypt]]></category>
		<category><![CDATA[E-R diagrams]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[father of PHP]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[friend functions]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[Grant]]></category>
		<category><![CDATA[GROUP BY]]></category>
		<category><![CDATA[htmlentities]]></category>
		<category><![CDATA[indexes]]></category>
		<category><![CDATA[inheritance]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JavaScript Object Notation]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[maximum length]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[MyISAM]]></category>
		<category><![CDATA[nl2br]]></category>
		<category><![CDATA[Normalization]]></category>
		<category><![CDATA[oops]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[ORDER BY]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[predefined classes]]></category>
		<category><![CDATA[Primary Key]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[result set]]></category>
		<category><![CDATA[Revoke]]></category>
		<category><![CDATA[send mail]]></category>
		<category><![CDATA[SESSION]]></category>
		<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[strstr]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[table name]]></category>
		<category><![CDATA[timezone]]></category>
		<category><![CDATA[tored procedures]]></category>
		<category><![CDATA[triggers]]></category>
		<category><![CDATA[Unique key]]></category>
		<category><![CDATA[unlink]]></category>
		<category><![CDATA[unset]]></category>
		<category><![CDATA[urldecode]]></category>
		<category><![CDATA[urlencode]]></category>
		<category><![CDATA[varchar]]></category>
		<category><![CDATA[variable variables]]></category>
		<category><![CDATA[zend engine]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=55</guid>
		<description><![CDATA[ Q:1 	What are the differences between Get and post methods in form submitting.
give the case where we can use get and we can use post methods?
A:1
When to use GET or  POST
The HTML 2.0 specification says, in section Form
Submission (and the HTML 4.0 specification repeats this with minor
stylistic changes):
–&#62;If the processing of a form is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=55&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/11/07/php-interview-questions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>

		<media:content url="http://sharag.files.wordpress.com/2008/11/12341.gif" medium="image">
			<media:title type="html">12341</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML, CSS &amp; JavaScript Web Designer or Web Developer Interview Questions</title>
		<link>http://sharag.wordpress.com/2008/10/31/html-css-javascript-web-designer-or-web-developer-interview-questions/</link>
		<comments>http://sharag.wordpress.com/2008/10/31/html-css-javascript-web-designer-or-web-developer-interview-questions/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 11:32:42 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[DTD]]></category>
		<category><![CDATA[font size]]></category>
		<category><![CDATA[form elements]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[tableless design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web standard]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=48</guid>
		<description><![CDATA[HTML, CSS &#38; JavaScript Web Designer or web Developer Interview Questions

HTML Web Standards Interview Question
 
What is a DTD? What DTD do you generally use?  Why? Pros and cons.
A DTD is a Document Type Definition, also know as DOCTYPE. In a document served as text/html, the DOCTYPE informs the browswer how to interpret the content [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=48&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/10/31/html-css-javascript-web-designer-or-web-developer-interview-questions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>Freshers PHP/MySQL Technical Interview Questions &amp; Answers</title>
		<link>http://sharag.wordpress.com/2008/08/28/freshers-phpmysql-technical-interview-questions-answers/</link>
		<comments>http://sharag.wordpress.com/2008/08/28/freshers-phpmysql-technical-interview-questions-answers/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 11:29:26 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[decrypt]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[fresher]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[oops]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[require]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=35</guid>
		<description><![CDATA[Freshers PHP Technical Interview Questions &#38; Answers


Question : What are the differences between Get and post methods in form submitting. Give the case where we can use get and we can use post methods?
Answer  : When to use GET or POST
The HTML 2.0 specification says, in section Form Submission (and the HTML 4.0 specification [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=35&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/08/28/freshers-phpmysql-technical-interview-questions-answers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>

		<media:content url="http://sharag.files.wordpress.com/2008/08/php11.jpg" medium="image" />

		<media:content url="http://sharag.files.wordpress.com/2008/08/php21.jpg" medium="image" />
	</item>
		<item>
		<title>PHP OOPS Interview Questions &amp; Answers</title>
		<link>http://sharag.wordpress.com/2008/08/13/php-oops-interview-questions-answers/</link>
		<comments>http://sharag.wordpress.com/2008/08/13/php-oops-interview-questions-answers/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 08:30:51 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[decrypt]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[fresher]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[oops]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[require]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=29</guid>
		<description><![CDATA[PHP OOPS Interview Questions &#38; Answers
1)	Explain what is object oriented programming language?
Object oriented programming language allows concepts such as modularity, encapsulation, polymorphism and inheritance.  Objects are said to be the most important part of object oriented language. Concept revolves around making simulation programs around an object. Organize a program around its data (object)&#38; set well define [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=29&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/08/13/php-oops-interview-questions-answers/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP Advanced Questions and Answers part one</title>
		<link>http://sharag.wordpress.com/2008/08/06/php-advanced-questions-part-one/</link>
		<comments>http://sharag.wordpress.com/2008/08/06/php-advanced-questions-part-one/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 08:38:44 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Answer]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=18</guid>
		<description><![CDATA[PHP Advanced Questions and Answers part one
1.Is it possible to set a time expire page in PHP.?
Yes it is
Using header(&#8220;Expires: fri, 07 mar 2007 05:00:00 GMT&#8221;);
&#60;?php
header(&#8220;Expires: fri, 07 mar 2007 05:00:00 GMT&#8221;);
?&#62;
2.How can we SAVE an image from a remote
web Server to my web server using PHP?
&#60;?php
$file_rimg = fopen(&#8220;http://w3answers /image23.jpg&#8221;,&#8217;rb&#8217;);
$newfile_name_img = &#8220;/tmp/tutorial.file&#8221;;
$file_wnew = fopen($newfile_name_img,&#8217;wb&#8217;);
while (!feof($file_rimg)) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=18&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/08/06/php-advanced-questions-part-one/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL Technical Interview Questions &#8211; part 3</title>
		<link>http://sharag.wordpress.com/2008/06/27/mysql-technical-interview-questions-part-3/</link>
		<comments>http://sharag.wordpress.com/2008/06/27/mysql-technical-interview-questions-part-3/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 08:01:09 +0000</pubDate>
		<dc:creator>sharag</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Techincal]]></category>

		<guid isPermaLink="false">http://sharag.wordpress.com/?p=15</guid>
		<description><![CDATA[



What is a Database system?
The  database and DBMS software together is called as Database system.



 


 



Advantages of DBMS? 

Redundancy is controlled.
Unauthorised access is restricted.
Providing multiple user interfaces.
Enforcing integrity constraints.
Providing backup and recovery.




 


 



Disadvantage in File Processing System? 

Data redundancy &#38; inconsistency.
Difficult in accessing data.
Data isolation.
Data integrity.
Concurrent access is not possible.
Security Problems.




 


 



Describe the three levels of data [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharag.wordpress.com&blog=3934834&post=15&subd=sharag&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sharag.wordpress.com/2008/06/27/mysql-technical-interview-questions-part-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d30c8f412f39d676a8ced82d4f425a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sharag</media:title>
		</media:content>
	</item>
	</channel>
</rss>