<?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>PHP GURU &#187; Error Solving</title>
	<atom:link href="http://phpguru.biz/blog/category/error-solving/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpguru.biz/blog</link>
	<description>Get Complete knowledge about PHP HTML CSS DataBase JavaScipt</description>
	<lastBuildDate>Wed, 25 Nov 2009 12:55:35 +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>Error Handling With Use of  die() Function In PHP</title>
		<link>http://phpguru.biz/blog/error-solving/error-handling-with-use-of-die-function-in-php/</link>
		<comments>http://phpguru.biz/blog/error-solving/error-handling-with-use-of-die-function-in-php/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 08:31:09 +0000</pubDate>
		<dc:creator>chintan</dc:creator>
				<category><![CDATA[Error Solving]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[security risks]]></category>

		<guid isPermaLink="false">http://phpguru.biz/blog/error-solving/error-handling-with-use-of-die-function-in-php</guid>
		<description><![CDATA[The error handling in PHP is very easy. An error message with filename, line number and a message describing the error are sent to the browser.
When generate scripts and web applications, error handling is an important part. If your code lacks error checking code, your program may look very unethical and you may be open [...]]]></description>
		<wfw:commentRss>http://phpguru.biz/blog/error-solving/error-handling-with-use-of-die-function-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal error: Call to undefined function mysql_connect()</title>
		<link>http://phpguru.biz/blog/error-solving/fatal-error-solve/</link>
		<comments>http://phpguru.biz/blog/error-solving/fatal-error-solve/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 09:52:03 +0000</pubDate>
		<dc:creator>chintan</dc:creator>
				<category><![CDATA[Error Solving]]></category>
		<category><![CDATA[Fatal error]]></category>
		<category><![CDATA[PHP code]]></category>
		<category><![CDATA[php function]]></category>

		<guid isPermaLink="false">http://phpguru.biz/blog/error-solving/fatal-error-solve</guid>
		<description><![CDATA[It is a solution fatal error &#8220;Fatal error: Call to undefined function mysql_connect()&#8221;
I tried to solve that by following those steps :
1. Made sure &#8220;c:\php&#8221; is in the PATH string
2. Put &#8220;libmySQL.dll&#8221; in the &#8220;c:\php&#8221; directory
3. Set: extension_dir = &#8220;c:\php\ext&#8221; (which is where &#8220;php_mysql.dll&#8221; and &#8220;php_mysqli.dll&#8221; are) in the &#8220;Paths and Directories&#8221; Section of php.ini
4. [...]]]></description>
		<wfw:commentRss>http://phpguru.biz/blog/error-solving/fatal-error-solve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solve PHP Fatal error</title>
		<link>http://phpguru.biz/blog/error-solving/solve-php-fatal-error/</link>
		<comments>http://phpguru.biz/blog/error-solving/solve-php-fatal-error/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 10:11:24 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[Error Solving]]></category>
		<category><![CDATA[PHP Fatel Error]]></category>
		<category><![CDATA[php file]]></category>
		<category><![CDATA[PHP script]]></category>
		<category><![CDATA[Solve PHP]]></category>

		<guid isPermaLink="false">http://phpguru.biz/blog/error-solving/solve-php-fatal-error</guid>
		<description><![CDATA[This error message can spring up in a previously functional PHP script when the memory requirements exceed the default 8MB limit. Don&#8217;t fret, though, because this is an easy problem to overcome.
To change the memory limit for one specific script by including a line such as this at the top of the script:
ini_set(&#8220;memory_limit&#8221;,&#8221;12M&#8221;);
The 12M sets [...]]]></description>
		<wfw:commentRss>http://phpguru.biz/blog/error-solving/solve-php-fatal-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

