<?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>How To Solutions &#187; PHP</title>
	<atom:link href="http://how-to-solutions.com/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://how-to-solutions.com</link>
	<description>Giving You Computer Solutions</description>
	<lastBuildDate>Wed, 25 Nov 2009 10:35:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Turn on in browser error reporting in PHP</title>
		<link>http://how-to-solutions.com/turn-on-in-browser-error-reporting-in-php.html</link>
		<comments>http://how-to-solutions.com/turn-on-in-browser-error-reporting-in-php.html#comments</comments>
		<pubDate>Wed, 18 Feb 2009 14:57:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://how-to-solutions.com/?p=351</guid>
		<description><![CDATA[


When developing in PHP it&#8217;s easier to deal with errors when you see them in your browser. It&#8217;s the quickest and easiest way to see them and eventually fix them. This solution will use PHP 5.2.8.
For this example  I&#8217;ll be using the php.ini file on a Windows operating system. You should find the php.ini [...]]]></description>
			<content:encoded><![CDATA[<p>When developing in PHP it&#8217;s easier to deal with errors when you see them in your browser. It&#8217;s the quickest and easiest way to see them and eventually fix them. This solution will use PHP 5.2.8.</p>
<p>For this example  I&#8217;ll be using the <strong>php.ini</strong> file on a Windows operating system. You should find the php.ini in the following directory..</p>
<p>C:\Program Files\PHP\php.ini</p>
<p>Open this file in a text editor such as Notepad.</p>
<p>On line 354 there should be a line which reads: <strong>error_reporting  =  E_ALL</strong>. Make sure this is uncommented (remove any semi-colon from the left of that line). On line 373 these should be a line which reads: <strong>display_errors = Off</strong>.</p>
<p>Edit that line so it reads <strong>display_errors = On</strong>. Save the php.ini file and restart your web server &#8211; the quickest way to do this is to bring up a command prompt and type &#8220;<strong>iisreset</strong>&#8220;.</p>
<p>Be aware that display_errors should only be turned on in a development environment for test purposes only!</p>
]]></content:encoded>
			<wfw:commentRss>http://how-to-solutions.com/turn-on-in-browser-error-reporting-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
