<?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"
	>
<channel>
	<title>Comments on: Building your own Myspace.com with PHP Part III: Register and log in with sessions</title>
	<atom:link href="http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/</link>
	<description>Tutorials and tips for improving your website</description>
	<pubDate>Sat, 22 Nov 2008 03:48:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Rob Foley</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/#comment-192</link>
		<dc:creator>Rob Foley</dc:creator>
		<pubDate>Sun, 29 Jun 2008 07:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/#comment-192</guid>
		<description>I must be missing something i got it to register into the database. But for login and for member.php it just goes to a blank white page so obviously the echo's arent working. Anyone have any related problems or ideas on how to fix it</description>
		<content:encoded><![CDATA[<p>I must be missing something i got it to register into the database. But for login and for member.php it just goes to a blank white page so obviously the echo&#8217;s arent working. Anyone have any related problems or ideas on how to fix it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/#comment-187</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Fri, 06 Jun 2008 21:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/#comment-187</guid>
		<description>not working for me

made some one can do for me im new to code

Email me If you can help me   dksnowdon@googlemail.com

Thanks Dale</description>
		<content:encoded><![CDATA[<p>not working for me</p>
<p>made some one can do for me im new to code</p>
<p>Email me If you can help me   <a href="mailto:dksnowdon@googlemail.com">dksnowdon@googlemail.com</a></p>
<p>Thanks Dale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Moen</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/#comment-129</link>
		<dc:creator>Anders Moen</dc:creator>
		<pubDate>Sun, 16 Sep 2007 15:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/#comment-129</guid>
		<description>There's a security hole in the login!
I wrote ' as username and - as password and voila - logged in.

You should use mysql_real_escape_string() around the variables</description>
		<content:encoded><![CDATA[<p>There&#8217;s a security hole in the login!<br />
I wrote &#8216; as username and - as password and voila - logged in.</p>
<p>You should use mysql_real_escape_string() around the variables</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ellisgl</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/#comment-17</link>
		<dc:creator>ellisgl</dc:creator>
		<pubDate>Fri, 10 Aug 2007 19:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/#comment-17</guid>
		<description>Make your session stronger by:
session_start(); // Start the session

// Simple protection of session attacks.
if(!isset($_SESSION['init']))
 {
  session_regenerate_id();
  $_SESSION['init'] = 1;
 }</description>
		<content:encoded><![CDATA[<p>Make your session stronger by:<br />
session_start(); // Start the session</p>
<p>// Simple protection of session attacks.<br />
if(!isset($_SESSION['init']))<br />
 {<br />
  session_regenerate_id();<br />
  $_SESSION['init'] = 1;<br />
 }</p>
]]></content:encoded>
	</item>
</channel>
</rss>
