<?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>Inetminds &#187; try in php</title>
	<atom:link href="http://www.inetminds.com/tag/try-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inetminds.com</link>
	<description>Inteminds, PHP scripts, php tutors, Java and ajax scripts explained</description>
	<lastBuildDate>Mon, 22 Mar 2010 18:25:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>multiple catch block in php</title>
		<link>http://www.inetminds.com/multiple-catch-blockin-php-49/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.inetminds.com/multiple-catch-blockin-php-49/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 14:56:03 +0000</pubDate>
		<dc:creator>php writer</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[nested try catch example]]></category>
		<category><![CDATA[try and catch blocks]]></category>
		<category><![CDATA[try in php]]></category>

		<guid isPermaLink="false">http://www.inetminds.com/?p=49</guid>
		<description><![CDATA[Some time there is a need to catch more than one exception..In such a situation, we can associate more than one catch statement with a try, When an exception is thrown, the exception handlers are searched in order for an appropriate match. The first handler that yields a match is executed. After executing the handler, [...]]]></description>
		<wfw:commentRss>http://www.inetminds.com/multiple-catch-blockin-php-49/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>try and catch block in php</title>
		<link>http://www.inetminds.com/try-and-catch-block-in-php-24/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.inetminds.com/try-and-catch-block-in-php-24/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 13:47:59 +0000</pubDate>
		<dc:creator>php writer</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[catch in php]]></category>
		<category><![CDATA[exception in php]]></category>
		<category><![CDATA[try and catch blocks]]></category>
		<category><![CDATA[try in php]]></category>

		<guid isPermaLink="false">http://www.inetminds.com/?p=24</guid>
		<description><![CDATA[Exception handling is used to change the normal flow of the code execution if a specified error (exceptional) condition occurs. This condition is called an exception. Try block is used to try for the code to execute if any error like file unable to open etc.. It will stop the execution and it will throw [...]]]></description>
		<wfw:commentRss>http://www.inetminds.com/try-and-catch-block-in-php-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
