<?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>JayGilford.com &#187; techniques</title>
	<atom:link href="http://www.jaygilford.com/tag/techniques/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaygilford.com</link>
	<description>Numerous articles on PHP, MySQL and Apache files</description>
	<lastBuildDate>Wed, 03 Feb 2010 20:07:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gracefully handling errors in php using advanced techniques</title>
		<link>http://www.jaygilford.com/php/gracefully-handling-errors-in-php-using-advanced-techniques/</link>
		<comments>http://www.jaygilford.com/php/gracefully-handling-errors-in-php-using-advanced-techniques/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 20:31:08 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error handling]]></category>
		<category><![CDATA[techniques]]></category>

		<guid isPermaLink="false">http://www.jaygilford.com/?p=45</guid>
		<description><![CDATA[There are a few ways in which you can handle errors in PHP. You can do the not so smart thing and just turn them off altogether using

PHP Code
1
2
3
ini_set&#40;'error_reporting',0&#41;;
//or
error_reporting&#40;0&#41;;

However this is not a good idea, and should never happen. If you want to hide all of your errors, you can set it so that you [...]]]></description>
		<wfw:commentRss>http://www.jaygilford.com/php/gracefully-handling-errors-in-php-using-advanced-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
