<?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/"
	>

<channel>
	<title>Quick Solution Providers &#187; execution</title>
	<atom:link href="http://www.quicksolutionproviders.com/tag/execution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quicksolutionproviders.com</link>
	<description>Complete Solution for your problems under one roof</description>
	<lastBuildDate>Sun, 22 Aug 2010 08:23:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What’s the difference between include and require?</title>
		<link>http://www.quicksolutionproviders.com/php/what%e2%80%99s-the-difference-between-include-and-require/</link>
		<comments>http://www.quicksolutionproviders.com/php/what%e2%80%99s-the-difference-between-include-and-require/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 20:18:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://www.quicksolutionproviders.com/php/what%e2%80%99s-the-difference-between-include-and-require/</guid>
		<description><![CDATA[Difference is how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file is not found by include(), a warning will be issued, but execution will continue. 
]]></description>
			<content:encoded><![CDATA[<p>Difference is how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file is not found by include(), a warning will be issued, but execution will continue. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.quicksolutionproviders.com/php/what%e2%80%99s-the-difference-between-include-and-require/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
