<?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 Build a Login System for a Simple Website</title>
	<atom:link href="http://net.tutsplus.com/videos/screencasts/how-to-build-a-login-system-for-a-simple-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/videos/screencasts/how-to-build-a-login-system-for-a-simple-website/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:51:56 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: netput</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-build-a-login-system-for-a-simple-website/#comment-128309</link>
		<dc:creator>netput</dc:creator>
		<pubDate>Sat, 07 Nov 2009 19:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2853#comment-128309</guid>
		<description>same problem</description>
		<content:encoded><![CDATA[<p>same problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milo</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-build-a-login-system-for-a-simple-website/#comment-124026</link>
		<dc:creator>Milo</dc:creator>
		<pubDate>Mon, 26 Oct 2009 17:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2853#comment-124026</guid>
		<description>Nevermind. It was a regular problem with (mt) servers that it automatically reverts back to PHP4. I had to create a line in the .htaccess file to instruct it to stick to PHP5.</description>
		<content:encoded><![CDATA[<p>Nevermind. It was a regular problem with (mt) servers that it automatically reverts back to PHP4. I had to create a line in the .htaccess file to instruct it to stick to PHP5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milo</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-build-a-login-system-for-a-simple-website/#comment-124016</link>
		<dc:creator>Milo</dc:creator>
		<pubDate>Mon, 26 Oct 2009 16:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2853#comment-124016</guid>
		<description>I still have a problem, both in my own and the downloaded tutorial version of Mysql.php.

I get this error:

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#039;}&#039; in /nfs/c05/h04/mnt/77028/domains/silktonguegamblers.com/html/classes/Mysql.php on line 6

As I don&#039;t know any php, I have no idea how to solve it. Does anyone know why this error comes up? My server is uding PHP5.</description>
		<content:encoded><![CDATA[<p>I still have a problem, both in my own and the downloaded tutorial version of Mysql.php.</p>
<p>I get this error:</p>
<p>Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#8216;}&#8217; in /nfs/c05/h04/mnt/77028/domains/silktonguegamblers.com/html/classes/Mysql.php on line 6</p>
<p>As I don&#8217;t know any php, I have no idea how to solve it. Does anyone know why this error comes up? My server is uding PHP5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefn</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-build-a-login-system-for-a-simple-website/#comment-119190</link>
		<dc:creator>stefn</dc:creator>
		<pubDate>Fri, 16 Oct 2009 13:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2853#comment-119190</guid>
		<description>I actually got this working the way I wanted (with a little help from some nice people at irc://dalnet/php)

Modified Membership file:
http://pastebin.com/fdd81909</description>
		<content:encoded><![CDATA[<p>I actually got this working the way I wanted (with a little help from some nice people at <a href="irc://dalnet/php)" rel="nofollow">irc://dalnet/php)</a></p>
<p>Modified Membership file:<br />
<a href="http://pastebin.com/fdd81909" rel="nofollow">http://pastebin.com/fdd81909</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefn</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-build-a-login-system-for-a-simple-website/#comment-118683</link>
		<dc:creator>stefn</dc:creator>
		<pubDate>Thu, 15 Oct 2009 17:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2853#comment-118683</guid>
		<description>Thank you for this tutorial, I got it working pretty close to my needs.
 
However, how would I go about redirecting the visitor to the page he was *trying* to reach before getting stopped by the login.php page, after he has sucsessfully logged in?</description>
		<content:encoded><![CDATA[<p>Thank you for this tutorial, I got it working pretty close to my needs.</p>
<p>However, how would I go about redirecting the visitor to the page he was *trying* to reach before getting stopped by the login.php page, after he has sucsessfully logged in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Bentley</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-build-a-login-system-for-a-simple-website/#comment-118076</link>
		<dc:creator>Aaron Bentley</dc:creator>
		<pubDate>Tue, 13 Oct 2009 13:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2853#comment-118076</guid>
		<description>@Jeff - Is part 2 on the way soon?</description>
		<content:encoded><![CDATA[<p>@Jeff &#8211; Is part 2 on the way soon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patel</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-build-a-login-system-for-a-simple-website/#comment-117878</link>
		<dc:creator>Patel</dc:creator>
		<pubDate>Mon, 12 Oct 2009 22:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2853#comment-117878</guid>
		<description>Great tutorial! Thanks a lot to make it very easy and understandable. I believe 2nd part of tutorial is in demand! cant wait.....</description>
		<content:encoded><![CDATA[<p>Great tutorial! Thanks a lot to make it very easy and understandable. I believe 2nd part of tutorial is in demand! cant wait&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Bentley</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-build-a-login-system-for-a-simple-website/#comment-115774</link>
		<dc:creator>Aaron Bentley</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2853#comment-115774</guid>
		<description>Hey everybody, how can i get the details for the user currently logged in?
As i am building an application form, which inserts to mysql db.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hey everybody, how can i get the details for the user currently logged in?<br />
As i am building an application form, which inserts to mysql db.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-build-a-login-system-for-a-simple-website/#comment-114473</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 02 Oct 2009 15:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2853#comment-114473</guid>
		<description>Part 2 would be great.</description>
		<content:encoded><![CDATA[<p>Part 2 would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-build-a-login-system-for-a-simple-website/#comment-106659</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Tue, 15 Sep 2009 07:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2853#comment-106659</guid>
		<description>Hey Thanks! I enjoyed that, and learned a bunch. I&#039;ll be going through your other stuff for sure.</description>
		<content:encoded><![CDATA[<p>Hey Thanks! I enjoyed that, and learned a bunch. I&#8217;ll be going through your other stuff for sure.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/7 queries in 0.011 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 16:17:52 -->