<?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: Making A Cool Login System With PHP, MySQL &amp; jQuery</title>
	<atom:link href="http://tutorialzine.com/2009/10/cool-login-system-php-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2009/10/cool-login-system-php-jquery/</link>
	<description>PHP MySQL jQuery CSS Tutorials, Resources and Freebies</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:34:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Oscar</title>
		<link>http://tutorialzine.com/2009/10/cool-login-system-php-jquery/#comment-3510</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Tue, 09 Mar 2010 22:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=450#comment-3510</guid>
		<description>Hey It&#039;s fully working for me here is my website http://www.papaslive.com/cc 

THANK YOU!
GREAT TUTORIALS.</description>
		<content:encoded><![CDATA[<p>Hey It&#8217;s fully working for me here is my website <a href="http://www.papaslive.com/cc" rel="nofollow">http://www.papaslive.com/cc</a> </p>
<p>THANK YOU!<br />
GREAT TUTORIALS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nat</title>
		<link>http://tutorialzine.com/2009/10/cool-login-system-php-jquery/#comment-3197</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Mon, 01 Mar 2010 23:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=450#comment-3197</guid>
		<description>@Ravi This happened to me and I found out I entered the wrong credentials/database for MySQL. Might want to check that.</description>
		<content:encoded><![CDATA[<p>@Ravi This happened to me and I found out I entered the wrong credentials/database for MySQL. Might want to check that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://tutorialzine.com/2009/10/cool-login-system-php-jquery/#comment-3191</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Mon, 01 Mar 2010 14:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=450#comment-3191</guid>
		<description>I got these errors when I try to log-in ...
“Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/khadhafi/public_html/secure/forum/demo.php on line 58

Warning: Cannot modify header information – headers already sent by (output started at /home/khadhafi/public_html/secure/forum/demo.php:58) in /home/khadhafi/public_html/secure/forum/demo.php on line 79″

and I also got &quot;this username is already taken&quot; always whenever I try to register...

Can any one tell me whats the meaning of this error?

Thanks</description>
		<content:encoded><![CDATA[<p>I got these errors when I try to log-in &#8230;<br />
“Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/khadhafi/public_html/secure/forum/demo.php on line 58</p>
<p>Warning: Cannot modify header information – headers already sent by (output started at /home/khadhafi/public_html/secure/forum/demo.php:58) in /home/khadhafi/public_html/secure/forum/demo.php on line 79″</p>
<p>and I also got &#8220;this username is already taken&#8221; always whenever I try to register&#8230;</p>
<p>Can any one tell me whats the meaning of this error?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli</title>
		<link>http://tutorialzine.com/2009/10/cool-login-system-php-jquery/#comment-3135</link>
		<dc:creator>Eli</dc:creator>
		<pubDate>Fri, 26 Feb 2010 22:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=450#comment-3135</guid>
		<description>Well first it will be a PHP page ;)

but from my experience you just download the source files and follow the template. If you study the code carefully you&#039; catch on quick as to where you can put your existing HTML data and where to replace the code with your login script if need be.</description>
		<content:encoded><![CDATA[<p>Well first it will be a PHP page <img src='http://tutorialzine.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>but from my experience you just download the source files and follow the template. If you study the code carefully you&#8217; catch on quick as to where you can put your existing HTML data and where to replace the code with your login script if need be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nat</title>
		<link>http://tutorialzine.com/2009/10/cool-login-system-php-jquery/#comment-3111</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Fri, 26 Feb 2010 01:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=450#comment-3111</guid>
		<description>I have two questions...

How could you make it so accounts could only be made on an approval-only basis?

How can you let the user choose their own password?

Sorry if these are stupid questions.</description>
		<content:encoded><![CDATA[<p>I have two questions&#8230;</p>
<p>How could you make it so accounts could only be made on an approval-only basis?</p>
<p>How can you let the user choose their own password?</p>
<p>Sorry if these are stupid questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar</title>
		<link>http://tutorialzine.com/2009/10/cool-login-system-php-jquery/#comment-3004</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Mon, 22 Feb 2010 19:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=450#comment-3004</guid>
		<description>Hey anyone knows how I can integrate this login system to an existing html web page?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey anyone knows how I can integrate this login system to an existing html web page?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocktofakie3</title>
		<link>http://tutorialzine.com/2009/10/cool-login-system-php-jquery/#comment-2948</link>
		<dc:creator>Rocktofakie3</dc:creator>
		<pubDate>Sat, 20 Feb 2010 01:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=450#comment-2948</guid>
		<description>When i try to register on this, it says username is already in use.</description>
		<content:encoded><![CDATA[<p>When i try to register on this, it says username is already in use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar</title>
		<link>http://tutorialzine.com/2009/10/cool-login-system-php-jquery/#comment-2883</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=450#comment-2883</guid>
		<description>After you create the table, do not forget to fill in your database credentials in connect.php so you can run the demo on your own server.

Please tell me how to fill in my database credentials in connect.php? What line of that file are we talking about?

Thanks &#039; )</description>
		<content:encoded><![CDATA[<p>After you create the table, do not forget to fill in your database credentials in connect.php so you can run the demo on your own server.</p>
<p>Please tell me how to fill in my database credentials in connect.php? What line of that file are we talking about?</p>
<p>Thanks &#8216; )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://tutorialzine.com/2009/10/cool-login-system-php-jquery/#comment-2845</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=450#comment-2845</guid>
		<description>When I&#039;m trying to login or register it just refresh the page. Nothing else. I have only changed the design nothing with the php codes. I only changed ‘demo-test@tutorialzine.com’ to my own. Could that be the problem?</description>
		<content:encoded><![CDATA[<p>When I&#8217;m trying to login or register it just refresh the page. Nothing else. I have only changed the design nothing with the php codes. I only changed ‘demo-test@tutorialzine.com’ to my own. Could that be the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://tutorialzine.com/2009/10/cool-login-system-php-jquery/#comment-2843</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=450#comment-2843</guid>
		<description>I can&#039;t use this script. When I&#039;m trying to login or register it doesnt work. I have even tried to take your sourcefiles and tried. I use PHP 5.3. I don&#039;t know what&#039;s wrong. 

Otherwise it&#039;s a nice tutorial.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t use this script. When I&#8217;m trying to login or register it doesnt work. I have even tried to take your sourcefiles and tried. I use PHP 5.3. I don&#8217;t know what&#8217;s wrong. </p>
<p>Otherwise it&#8217;s a nice tutorial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
