<?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: Using PEAR:AUTH and PEAR:MDB2 to secure your website &#8211; bare essentials</title>
	<atom:link href="http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/</link>
	<description>Creating and managing dynamic websites using Php, MySql, HTML and Wordpress with a bit of PEAR on the side</description>
	<lastBuildDate>Sun, 12 Jul 2009 02:53:15 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: werik</title>
		<link>http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/comment-page-1/#comment-12001</link>
		<dc:creator>werik</dc:creator>
		<pubDate>Thu, 17 Jan 2008 18:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/#comment-12001</guid>
		<description>Had the same error as #3 &amp; #5, resolved it by changing the table name in the select query on line 66 to represent the table I just created</description>
		<content:encoded><![CDATA[<p>Had the same error as #3 &amp; #5, resolved it by changing the table name in the select query on line 66 to represent the table I just created</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clive</title>
		<link>http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/comment-page-1/#comment-9972</link>
		<dc:creator>clive</dc:creator>
		<pubDate>Mon, 26 Nov 2007 09:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/#comment-9972</guid>
		<description>hi

sorry i can&#039;t help - too busy. perhaps someone else that experienced the same problem and managed to overcome it can comment here.

regards

clive</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>sorry i can&#8217;t help &#8211; too busy. perhaps someone else that experienced the same problem and managed to overcome it can comment here.</p>
<p>regards</p>
<p>clive</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tkane2000</title>
		<link>http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/comment-page-1/#comment-9953</link>
		<dc:creator>tkane2000</dc:creator>
		<pubDate>Sun, 25 Nov 2007 22:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/#comment-9953</guid>
		<description>I get the same error as jes:

[25-Nov-2007 17:26:04] PHP Fatal error:  Call to undefined method MDB2_Error::fetchRow() in C:\Users\Trevor\workspaceFlex3.2.2\EastPleastant\htdocs\auth\basic_auth\register.php on line 70

I have php5.2.5.  Any plans to update code?</description>
		<content:encoded><![CDATA[<p>I get the same error as jes:</p>
<p>[25-Nov-2007 17:26:04] PHP Fatal error:  Call to undefined method MDB2_Error::fetchRow() in C:\Users\Trevor\workspaceFlex3.2.2\EastPleastant\htdocs\auth\basic_auth\register.php on line 70</p>
<p>I have php5.2.5.  Any plans to update code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clive</title>
		<link>http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/comment-page-1/#comment-6346</link>
		<dc:creator>clive</dc:creator>
		<pubDate>Fri, 15 Jun 2007 07:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/#comment-6346</guid>
		<description>hi

this runs fine on my set up - php 4.4.2 

is your version of php later than this? if not, try upgrading to the latest version of php.

good luck

regards

clive</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>this runs fine on my set up &#8211; php 4.4.2 </p>
<p>is your version of php later than this? if not, try upgrading to the latest version of php.</p>
<p>good luck</p>
<p>regards</p>
<p>clive</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jes</title>
		<link>http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/comment-page-1/#comment-6343</link>
		<dc:creator>jes</dc:creator>
		<pubDate>Fri, 15 Jun 2007 05:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/#comment-6343</guid>
		<description>im having an error in  the register page in this line:

$result = $mdb2-&gt;query($query);

the error is:
PHP Fatal error: Call to undefined method MDB2_Error::fetchRow() in \register.php on line 80

help please</description>
		<content:encoded><![CDATA[<p>im having an error in  the register page in this line:</p>
<p>$result = $mdb2-&gt;query($query);</p>
<p>the error is:<br />
PHP Fatal error: Call to undefined method MDB2_Error::fetchRow() in \register.php on line 80</p>
<p>help please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muziq</title>
		<link>http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/comment-page-1/#comment-1165</link>
		<dc:creator>muziq</dc:creator>
		<pubDate>Fri, 20 Apr 2007 21:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/#comment-1165</guid>
		<description>there&#039;s a few things I&#039;ve noticed about these files, although I really liked this tutorial - covers lots of usefull aspects to using PEAR Auth.

members.php failed due to no ob_start() in the code

login.php failed because ob_start() was below the first echo,

also I&#039;m having strange behaviour with the email address sometimes not being added to the database, although not all the time which is weird...

Anyway, thanks again for this otherwise great tutorial.</description>
		<content:encoded><![CDATA[<p>there&#8217;s a few things I&#8217;ve noticed about these files, although I really liked this tutorial &#8211; covers lots of usefull aspects to using PEAR Auth.</p>
<p>members.php failed due to no ob_start() in the code</p>
<p>login.php failed because ob_start() was below the first echo,</p>
<p>also I&#8217;m having strange behaviour with the email address sometimes not being added to the database, although not all the time which is weird&#8230;</p>
<p>Anyway, thanks again for this otherwise great tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cool Website Directory &#187; Blog Archive &#187; Search Web Site - Press Release: New look website for Britain s leading retirement &#8230; - E-consultancy (press release)</title>
		<link>http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/comment-page-1/#comment-1122</link>
		<dc:creator>Cool Website Directory &#187; Blog Archive &#187; Search Web Site - Press Release: New look website for Britain s leading retirement &#8230; - E-consultancy (press release)</dc:creator>
		<pubDate>Tue, 10 Apr 2007 21:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website-bare-essentials/2007/04/10/#comment-1122</guid>
		<description>[...] Using PEAR:AUTH and PEAR:MDB2 to secure your website - bare essentialsIt is very similar to the previous tutorial, http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website/2007/03/23/ but is far simpler in that it only has the bare essentials for an authentication system. &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Using PEAR:AUTH and PEAR:MDB2 to secure your website &#8211; bare essentialsIt is very similar to the previous tutorial, <a href="http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website/2007/03/23/" rel="nofollow">http://www.idig.za.net/using-pearauth-and-pearmdb2-to-secure-your-website/2007/03/23/</a> but is far simpler in that it only has the bare essentials for an authentication system. &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
