<?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 Portfolio Client Area Using PHP and MySQL: Part 4</title>
	<atom:link href="http://webitect.net/development/phpmysql/create-a-portfolio-client-area-using-php-and-mysql-part-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://webitect.net/development/phpmysql/create-a-portfolio-client-area-using-php-and-mysql-part-4/</link>
	<description>A Resource Blog for Webmasters</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:28:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tuesday</title>
		<link>http://webitect.net/development/phpmysql/create-a-portfolio-client-area-using-php-and-mysql-part-4/comment-page-1/#comment-17057</link>
		<dc:creator>Tuesday</dc:creator>
		<pubDate>Mon, 26 Sep 2011 23:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://webitect.net/?p=4413#comment-17057</guid>
		<description>Me and this aticrle, sitting in a tree, L-E-A-R-N-I-N-G!</description>
		<content:encoded><![CDATA[<p>Me and this aticrle, sitting in a tree, L-E-A-R-N-I-N-G!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyriakos</title>
		<link>http://webitect.net/development/phpmysql/create-a-portfolio-client-area-using-php-and-mysql-part-4/comment-page-1/#comment-16800</link>
		<dc:creator>kyriakos</dc:creator>
		<pubDate>Sun, 08 May 2011 09:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://webitect.net/?p=4413#comment-16800</guid>
		<description>Thank you Kayla, it is a nice and useful tutorial.

I &#039;d like to suggest a small change in your code, where you get client&#039;s id from the database.

Instead of:

$client_ID = mysql_query(&quot;SELECT &#039;client_ID&#039; FROM &#039;clients&#039; WHERE username=&#039;&quot;.$_SESSION[&#039;username&#039;].&quot;&#039;&quot;);

use:
$result = mysql_query(&quot;SELECT client_ID FROM clients WHERE username = &#039;&quot;.$_SESSION[&#039;username&#039;].&quot;&#039;&quot;);
$client_ID = mysql_result($result, 0, &#039;client_ID&#039;);

Through this you get the ID otherwise you get something different that is not the client&#039;s ID.</description>
		<content:encoded><![CDATA[<p>Thank you Kayla, it is a nice and useful tutorial.</p>
<p>I &#8216;d like to suggest a small change in your code, where you get client&#8217;s id from the database.</p>
<p>Instead of:</p>
<p>$client_ID = mysql_query(&#8220;SELECT &#8216;client_ID&#8217; FROM &#8216;clients&#8217; WHERE username=&#8217;&#8221;.$_SESSION['username'].&#8221;&#8216;&#8221;);</p>
<p>use:<br />
$result = mysql_query(&#8220;SELECT client_ID FROM clients WHERE username = &#8216;&#8221;.$_SESSION['username'].&#8221;&#8216;&#8221;);<br />
$client_ID = mysql_result($result, 0, &#8216;client_ID&#8217;);</p>
<p>Through this you get the ID otherwise you get something different that is not the client&#8217;s ID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikx</title>
		<link>http://webitect.net/development/phpmysql/create-a-portfolio-client-area-using-php-and-mysql-part-4/comment-page-1/#comment-16795</link>
		<dc:creator>Vikx</dc:creator>
		<pubDate>Thu, 28 Apr 2011 07:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://webitect.net/?p=4413#comment-16795</guid>
		<description>JUST AMAZING.
Thank you. thank you.</description>
		<content:encoded><![CDATA[<p>JUST AMAZING.<br />
Thank you. thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eldiavolo</title>
		<link>http://webitect.net/development/phpmysql/create-a-portfolio-client-area-using-php-and-mysql-part-4/comment-page-1/#comment-16747</link>
		<dc:creator>Eldiavolo</dc:creator>
		<pubDate>Wed, 09 Mar 2011 01:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://webitect.net/?p=4413#comment-16747</guid>
		<description>Very useful tutorial, five star...</description>
		<content:encoded><![CDATA[<p>Very useful tutorial, five star&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: euan</title>
		<link>http://webitect.net/development/phpmysql/create-a-portfolio-client-area-using-php-and-mysql-part-4/comment-page-1/#comment-16696</link>
		<dc:creator>euan</dc:creator>
		<pubDate>Tue, 08 Feb 2011 13:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://webitect.net/?p=4413#comment-16696</guid>
		<description>Hi there, 

Should have added to the query above, this is the sign up form i&#039;m struggling with...

http://megmackayphoto.com/V2/V2/signupform.html

Any help would be massively appreciated.

thanks
Euan</description>
		<content:encoded><![CDATA[<p>Hi there, </p>
<p>Should have added to the query above, this is the sign up form i&#8217;m struggling with&#8230;</p>
<p><a href="http://megmackayphoto.com/V2/V2/signupform.html" rel="nofollow">http://megmackayphoto.com/V2/V2/signupform.html</a></p>
<p>Any help would be massively appreciated.</p>
<p>thanks<br />
Euan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: euan</title>
		<link>http://webitect.net/development/phpmysql/create-a-portfolio-client-area-using-php-and-mysql-part-4/comment-page-1/#comment-16695</link>
		<dc:creator>euan</dc:creator>
		<pubDate>Mon, 07 Feb 2011 23:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://webitect.net/?p=4413#comment-16695</guid>
		<description>Hey,thanks for this tutorial. Found it really useful, however I&#039;m a total noob at this and i&#039;m struggling to get the database up and running at the db.php file stage. I&#039;m not too sure where I find my database information as mine is on my server. Sorry, I know this is probably really basic, stuff but i&#039;mstill new to this! Any suggestions?

Thanks
Euan</description>
		<content:encoded><![CDATA[<p>Hey,thanks for this tutorial. Found it really useful, however I&#8217;m a total noob at this and i&#8217;m struggling to get the database up and running at the db.php file stage. I&#8217;m not too sure where I find my database information as mine is on my server. Sorry, I know this is probably really basic, stuff but i&#8217;mstill new to this! Any suggestions?</p>
<p>Thanks<br />
Euan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dee</title>
		<link>http://webitect.net/development/phpmysql/create-a-portfolio-client-area-using-php-and-mysql-part-4/comment-page-1/#comment-16694</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Sun, 06 Feb 2011 08:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://webitect.net/?p=4413#comment-16694</guid>
		<description>Hey, Im having a issue with documents.php... I dont think that queries are correct.  the ID in uploads table is zero for all urls. Therefore every client can see every upload. Can you or anyone please help me with this ? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hey, Im having a issue with documents.php&#8230; I dont think that queries are correct.  the ID in uploads table is zero for all urls. Therefore every client can see every upload. Can you or anyone please help me with this ? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Macintosh</title>
		<link>http://webitect.net/development/phpmysql/create-a-portfolio-client-area-using-php-and-mysql-part-4/comment-page-1/#comment-16666</link>
		<dc:creator>Rob Macintosh</dc:creator>
		<pubDate>Thu, 06 Jan 2011 21:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://webitect.net/?p=4413#comment-16666</guid>
		<description>Great tutorials - i&#039;m building a robust clients area using this as a basis - Thanks!</description>
		<content:encoded><![CDATA[<p>Great tutorials &#8211; i&#8217;m building a robust clients area using this as a basis &#8211; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KK</title>
		<link>http://webitect.net/development/phpmysql/create-a-portfolio-client-area-using-php-and-mysql-part-4/comment-page-1/#comment-16559</link>
		<dc:creator>KK</dc:creator>
		<pubDate>Tue, 28 Sep 2010 06:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://webitect.net/?p=4413#comment-16559</guid>
		<description>It was nice tutorial  will be adding same to my site soon !!
However couple of question

* do we need to provide the login // Pass to client ?
* Separate folder get created where files are uploaded for each client ?</description>
		<content:encoded><![CDATA[<p>It was nice tutorial  will be adding same to my site soon !!<br />
However couple of question</p>
<p>* do we need to provide the login // Pass to client ?<br />
* Separate folder get created where files are uploaded for each client ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taufik</title>
		<link>http://webitect.net/development/phpmysql/create-a-portfolio-client-area-using-php-and-mysql-part-4/comment-page-1/#comment-16365</link>
		<dc:creator>taufik</dc:creator>
		<pubDate>Sun, 30 May 2010 05:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://webitect.net/?p=4413#comment-16365</guid>
		<description>small but powerfull....best for newbie. thanks so much..</description>
		<content:encoded><![CDATA[<p>small but powerfull&#8230;.best for newbie. thanks so much..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

