<?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 I: Introduction</title>
	<atom:link href="http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/</link>
	<description>Tutorials and tips for improving your website</description>
	<pubDate>Sat, 22 Nov 2008 03:31:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mathew</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-190</link>
		<dc:creator>Mathew</dc:creator>
		<pubDate>Sat, 21 Jun 2008 23:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-190</guid>
		<description>Thanks for the awesome tutorial. I can probably pick some useful points out of this for my own project's coding! :D</description>
		<content:encoded><![CDATA[<p>Thanks for the awesome tutorial. I can probably pick some useful points out of this for my own project&#8217;s coding! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: why</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-189</link>
		<dc:creator>why</dc:creator>
		<pubDate>Thu, 19 Jun 2008 16:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-189</guid>
		<description>Field 'presentation' doesn't have a default value

why this measge apear when am trying resgetering</description>
		<content:encoded><![CDATA[<p>Field &#8216;presentation&#8217; doesn&#8217;t have a default value</p>
<p>why this measge apear when am trying resgetering</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Affen92</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-163</link>
		<dc:creator>Affen92</dc:creator>
		<pubDate>Mon, 21 Jan 2008 15:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-163</guid>
		<description>“when I set this up, create a user, login, search for friends and then click a friends name, it takes me to that friends page as if I’m logged in as him not me. So in turn any user can edit any profile. also it will never show the “add to friends” because anytime you go to someone else’s page you log in as them. Why is this happening? Your example doesnt do this and I’ve changed no code except for database connection.”

I Have the same problem too…
How do I fix this? :)</description>
		<content:encoded><![CDATA[<p>“when I set this up, create a user, login, search for friends and then click a friends name, it takes me to that friends page as if I’m logged in as him not me. So in turn any user can edit any profile. also it will never show the “add to friends” because anytime you go to someone else’s page you log in as them. Why is this happening? Your example doesnt do this and I’ve changed no code except for database connection.”</p>
<p>I Have the same problem too…<br />
How do I fix this? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-148</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 10 Dec 2007 10:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-148</guid>
		<description>I second that, Lucky! Great domain as well - Upgrade the Web. I was watching a video yesterday from founder of PHP saying how the Interweb needed to be upgraded because it's inherently flawed.</description>
		<content:encoded><![CDATA[<p>I second that, Lucky! Great domain as well - Upgrade the Web. I was watching a video yesterday from founder of PHP saying how the Interweb needed to be upgraded because it&#8217;s inherently flawed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucky</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-139</link>
		<dc:creator>Lucky</dc:creator>
		<pubDate>Sun, 28 Oct 2007 21:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-139</guid>
		<description>This Is Awesome thanks</description>
		<content:encoded><![CDATA[<p>This Is Awesome thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Concerned</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-124</link>
		<dc:creator>Concerned</dc:creator>
		<pubDate>Sat, 01 Sep 2007 20:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-124</guid>
		<description>The code on these pages concerns me; all of the scripts that deal with $_GET and $_POST variables pass the values directly into a SQL statement without sanitizing the inputs and are therefore vulnerable to SQL injection exploits.  This is a very bad thing.</description>
		<content:encoded><![CDATA[<p>The code on these pages concerns me; all of the scripts that deal with $_GET and $_POST variables pass the values directly into a SQL statement without sanitizing the inputs and are therefore vulnerable to SQL injection exploits.  This is a very bad thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nizzo`</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-105</link>
		<dc:creator>Nizzo`</dc:creator>
		<pubDate>Wed, 29 Aug 2007 20:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-105</guid>
		<description>V.cool piece of code! Thanks.</description>
		<content:encoded><![CDATA[<p>V.cool piece of code! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan S</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-103</link>
		<dc:creator>Ryan S</dc:creator>
		<pubDate>Wed, 29 Aug 2007 03:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-103</guid>
		<description>Thanks for this code!  It helped me and my friends in building our social network!

Peace</description>
		<content:encoded><![CDATA[<p>Thanks for this code!  It helped me and my friends in building our social network!</p>
<p>Peace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BMW</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-77</link>
		<dc:creator>BMW</dc:creator>
		<pubDate>Sun, 26 Aug 2007 02:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-77</guid>
		<description>“when I set this up, create a user, login, search for friends and then click a friends name, it takes me to that friends page as if I’m logged in as him not me. So in turn any user can edit any profile. also it will never show the “add to friends” because anytime you go to someone else’s page you log in as them. Why is this happening? Your example doesnt do this and I’ve changed no code except for database connection.”

I Have the same problem too...</description>
		<content:encoded><![CDATA[<p>“when I set this up, create a user, login, search for friends and then click a friends name, it takes me to that friends page as if I’m logged in as him not me. So in turn any user can edit any profile. also it will never show the “add to friends” because anytime you go to someone else’s page you log in as them. Why is this happening? Your example doesnt do this and I’ve changed no code except for database connection.”</p>
<p>I Have the same problem too&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: debug</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-49</link>
		<dc:creator>debug</dc:creator>
		<pubDate>Wed, 22 Aug 2007 12:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comment-49</guid>
		<description>"when I set this up, create a user, login, search for friends and then click a friends name, it takes me to that friends page as if I’m logged in as him not me. So in turn any user can edit any profile. also it will never show the “add to friends” because anytime you go to someone else’s page you log in as them. Why is this happening? Your example doesnt do this and I’ve changed no code except for database connection."

I have this same problem :/</description>
		<content:encoded><![CDATA[<p>&#8220;when I set this up, create a user, login, search for friends and then click a friends name, it takes me to that friends page as if I’m logged in as him not me. So in turn any user can edit any profile. also it will never show the “add to friends” because anytime you go to someone else’s page you log in as them. Why is this happening? Your example doesnt do this and I’ve changed no code except for database connection.&#8221;</p>
<p>I have this same problem :/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
