<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to handle MySQL errors in php</title>
	<atom:link href="http://www.howtoplaza.com/how-to-handle-mysql-errors-in-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.howtoplaza.com/how-to-handle-mysql-errors-in-php</link>
	<description>How to wisdom from across the Internet — want to know how to do something? You may find the solution here.</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:37:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Joseph</title>
		<link>http://www.howtoplaza.com/how-to-handle-mysql-errors-in-php/comment-page-1#comment-4312</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Tue, 07 Oct 2008 15:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-handle-mysql-errors-in-php/#comment-4312</guid>
		<description>How do you prevent this error from showing up on the web page? In the above example, if you have a bad table name, mysql will throw the error even before the code block:
if(mysql_error()&gt;0)
    {
        print mysql_error() . &quot;&quot;;
        print $query;
    }</description>
		<content:encoded><![CDATA[<p>How do you prevent this error from showing up on the web page? In the above example, if you have a bad table name, mysql will throw the error even before the code block:<br />
if(mysql_error()&gt;0)<br />
    {<br />
        print mysql_error() . &#8220;&#8221;;<br />
        print $query;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amrit</title>
		<link>http://www.howtoplaza.com/how-to-handle-mysql-errors-in-php/comment-page-1#comment-2579</link>
		<dc:creator>Amrit</dc:creator>
		<pubDate>Mon, 30 Jun 2008 14:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-handle-mysql-errors-in-php/#comment-2579</guid>
		<description>Hello Eric.

I totally agree, but this is just for debugging.</description>
		<content:encoded><![CDATA[<p>Hello Eric.</p>
<p>I totally agree, but this is just for debugging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.howtoplaza.com/how-to-handle-mysql-errors-in-php/comment-page-1#comment-2576</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sun, 29 Jun 2008 08:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-handle-mysql-errors-in-php/#comment-2576</guid>
		<description>This is just an example of how it can be done, but showing your queries to the user is one thing you should NOT DO!!! instead email it or save your errors to an file!</description>
		<content:encoded><![CDATA[<p>This is just an example of how it can be done, but showing your queries to the user is one thing you should NOT DO!!! instead email it or save your errors to an file!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
