<?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: PHP Login System Tutorial &#8211; Part 2</title>
	<atom:link href="http://bhaviksblog.com/01/php-login-system-tutorial-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://bhaviksblog.com/01/php-login-system-tutorial-part-2/</link>
	<description></description>
	<lastBuildDate>Wed, 18 Aug 2010 18:53:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Bridget</title>
		<link>http://bhaviksblog.com/01/php-login-system-tutorial-part-2/comment-page-1/#comment-8865</link>
		<dc:creator>Bridget</dc:creator>
		<pubDate>Wed, 09 Jun 2010 22:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://bhaviksblog.com/?p=17#comment-8865</guid>
		<description>Well, I finally got it to work and this is great! I&#039;m still learning PHP and I&#039;ve learned it&#039;s all trial and error.

I do have a question though. What if you want to pull the information you&#039;ve inputted from the users and create a gallery? I learned how to do it thru lynda.com but that&#039;s for a single user. I&#039;ve tried every possible way I can think of but to no avail. I have a galleries.php file as well as image_script.php file. I know the image_script.php file pulls the information from the database and it displays in galleries.php but how do you call the folders in which the users images are displayed?</description>
		<content:encoded><![CDATA[<p>Well, I finally got it to work and this is great! I&#8217;m still learning PHP and I&#8217;ve learned it&#8217;s all trial and error.</p>
<p>I do have a question though. What if you want to pull the information you&#8217;ve inputted from the users and create a gallery? I learned how to do it thru lynda.com but that&#8217;s for a single user. I&#8217;ve tried every possible way I can think of but to no avail. I have a galleries.php file as well as image_script.php file. I know the image_script.php file pulls the information from the database and it displays in galleries.php but how do you call the folders in which the users images are displayed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bridget</title>
		<link>http://bhaviksblog.com/01/php-login-system-tutorial-part-2/comment-page-1/#comment-8814</link>
		<dc:creator>Bridget</dc:creator>
		<pubDate>Mon, 07 Jun 2010 08:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://bhaviksblog.com/?p=17#comment-8814</guid>
		<description>Hi there! Great tutorial! I tried it out just as you have it and tweaked it to fit a project I&#039;m doing for an advanced php course.

My problem arises on the index.php (signin.php for mine). I registered a test user and it registers, but when I sign in, it says, to gimme a username and password. I did have maxlengths in the input fields but took them out, took the md5 code out and then replaced it. I&#039;ve compared line for line. The only difference is I used a table and you used div layers. 

I&#039;m baffled. I guess I&#039;ll try using div layers, maybe for some reason that will fix the boo-boo I keep getting?</description>
		<content:encoded><![CDATA[<p>Hi there! Great tutorial! I tried it out just as you have it and tweaked it to fit a project I&#8217;m doing for an advanced php course.</p>
<p>My problem arises on the index.php (signin.php for mine). I registered a test user and it registers, but when I sign in, it says, to gimme a username and password. I did have maxlengths in the input fields but took them out, took the md5 code out and then replaced it. I&#8217;ve compared line for line. The only difference is I used a table and you used div layers. </p>
<p>I&#8217;m baffled. I guess I&#8217;ll try using div layers, maybe for some reason that will fix the boo-boo I keep getting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chocorobokun</title>
		<link>http://bhaviksblog.com/01/php-login-system-tutorial-part-2/comment-page-1/#comment-8618</link>
		<dc:creator>chocorobokun</dc:creator>
		<pubDate>Tue, 01 Jun 2010 06:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://bhaviksblog.com/?p=17#comment-8618</guid>
		<description>Thanks for the great tuts man :D

now i can make my own login system from
scratch with php,based on this tutorial

looking forward for your next php tutorial!!!</description>
		<content:encoded><![CDATA[<p>Thanks for the great tuts man <img src='http://bhaviksblog.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>now i can make my own login system from<br />
scratch with php,based on this tutorial</p>
<p>looking forward for your next php tutorial!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skerit</title>
		<link>http://bhaviksblog.com/01/php-login-system-tutorial-part-2/comment-page-1/#comment-2311</link>
		<dc:creator>skerit</dc:creator>
		<pubDate>Fri, 21 Aug 2009 12:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://bhaviksblog.com/?p=17#comment-2311</guid>
		<description>Ah, apparently your comments execute html code.</description>
		<content:encoded><![CDATA[<p>Ah, apparently your comments execute html code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skerit</title>
		<link>http://bhaviksblog.com/01/php-login-system-tutorial-part-2/comment-page-1/#comment-2310</link>
		<dc:creator>skerit</dc:creator>
		<pubDate>Fri, 21 Aug 2009 12:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://bhaviksblog.com/?p=17#comment-2310</guid>
		<description>I&#039;m having a problem with the index.php page.

I tried to add a  section, which loads the jquery library.
But for some reason it won&#039;t validate the &quot;if(!$_POST[&#039;submit&#039;])&quot; anymore, it doesn&#039;t give me any way to log in.

[CODE]



	
		
	


		
		&lt;b&gt;&lt;Login&lt;/b&gt;
			
				Username
				Password
				
			
		&lt;a href=&quot;register.php&quot; rel=&quot;nofollow&quot;&gt;Register Here&lt;/a&gt;
		
	

&lt;?php
[/CODE]</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a problem with the index.php page.</p>
<p>I tried to add a  section, which loads the jquery library.<br />
But for some reason it won&#8217;t validate the &#8220;if(!$_POST['submit'])&#8221; anymore, it doesn&#8217;t give me any way to log in.</p>
<p>[CODE]</p>
<p>		<b>&lt;Login</b></p>
<p>				Username<br />
				Password</p>
<p>		<a href="register.php" rel="nofollow">Register Here</a></p>
<p>&lt;?php<br />
[/CODE]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
