<?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: Create a simple PHP script and MySQL database for user authentication.</title>
	<atom:link href="http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/</link>
	<description>tips, tutorials, guides, news and reviews</description>
	<lastBuildDate>Sun, 08 Jan 2012 15:15:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Raj</title>
		<link>http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/comment-page-1/#comment-60259</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Sat, 30 Oct 2010 17:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/#comment-60259</guid>
		<description>On the POST method, the name also needs to be renamed to &#039;username&#039;.</description>
		<content:encoded><![CDATA[<p>On the POST method, the name also needs to be renamed to &#8216;username&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: osobimbo</title>
		<link>http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/comment-page-1/#comment-23126</link>
		<dc:creator>osobimbo</dc:creator>
		<pubDate>Mon, 09 Nov 2009 21:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/#comment-23126</guid>
		<description>sha1(&#039;$password&#039;)&quot; missing last &quot; in sentence

 not secretdb

or

name the script secretdb.php

anyway

with user testuser and password password still did not work</description>
		<content:encoded><![CDATA[<p>sha1(&#8216;$password&#8217;)&#8221; missing last &#8221; in sentence</p>
<p> not secretdb</p>
<p>or</p>
<p>name the script secretdb.php</p>
<p>anyway</p>
<p>with user testuser and password password still did not work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/comment-page-1/#comment-4503</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 18 Mar 2008 00:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/#comment-4503</guid>
		<description>This page sends to itself so modify this line from secretDB.php or whatever it was to this: </description>
		<content:encoded><![CDATA[<p>This page sends to itself so modify this line from secretDB.php or whatever it was to this:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/comment-page-1/#comment-4502</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 18 Mar 2008 00:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/#comment-4502</guid>
		<description>Also, I think this script should be split across two files as I&#039;m getting secretdb.php not found. Needs a closer look...</description>
		<content:encoded><![CDATA[<p>Also, I think this script should be split across two files as I&#8217;m getting secretdb.php not found. Needs a closer look&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/comment-page-1/#comment-4501</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 18 Mar 2008 00:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/#comment-4501</guid>
		<description>If you look closely, about halfway down, there is a closing &quot; missing on one of the lines. On Dreamweaver, all the code below it lights up in the correct colours when you fix it.</description>
		<content:encoded><![CDATA[<p>If you look closely, about halfway down, there is a closing &#8221; missing on one of the lines. On Dreamweaver, all the code below it lights up in the correct colours when you fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/comment-page-1/#comment-218</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 03 Aug 2007 00:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typpz.com/2007/07/20/create-a-simple-php-script-and-mysql-database-for-user-authentication/#comment-218</guid>
		<description>Parse error: parse error, unexpected $end in index.php on line 71

Okay now i have tried to fix this. Im guessing the problem lies around the $query and the &quot;. But no matter what I alter to have it look like it should work, it just doesn&#039;t.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Parse error: parse error, unexpected $end in index.php on line 71</p>
<p>Okay now i have tried to fix this. Im guessing the problem lies around the $query and the &#8220;. But no matter what I alter to have it look like it should work, it just doesn&#8217;t.  Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

