<?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 &amp; MySQL Tutorial 08: Mysql Login system concept</title>
	<atom:link href="http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/feed/" rel="self" type="application/rss+xml" />
	<link>http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/</link>
	<description>PHP video tutorials, for everyone.</description>
	<lastBuildDate>Wed, 07 Dec 2011 17:25:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Kloplop321</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/comment-page-1/#comment-592</link>
		<dc:creator>Kloplop321</dc:creator>
		<pubDate>Sat, 12 Mar 2011 19:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=190#comment-592</guid>
		<description>Sorry for the delay.
Well, I&#039;m not quite sure what you mean exactly, so I&#039;ll just review the basics here
if you are at
somesite.com/ and this is your main folder, 
you have a section called abc, which is
somesite.com/abc/
If you wanted to link back to the main page, well you could say the link&#039;s href=&quot;../&quot; which will go to the parent directory.
However, if you know for sure that your main folder will be on somesite.com/ and only /, then you can say
href=&quot;/&quot;
But, lets say your main folder is like
somesite.com/login/
well, to go to somesite.com/abc/ from there, you may say
href=&quot;../abc&quot;, and likewise, while in /abc/ you do href=&quot;../login&quot;
If you do not have an index.php in one of the folders, well, you don&#039;t have to state it. Your server&#039;s configuration has a basic list of files to check for when it comes to the index, if none of these files are found, then it will go and follow one of the other rules, like listing the contents of the folder. However, most production servers usually do not have that enabled, so it will give a 503(not allowed) error, when the user tries to visit it.</description>
		<content:encoded><![CDATA[<p>Sorry for the delay.<br />
Well, I&#8217;m not quite sure what you mean exactly, so I&#8217;ll just review the basics here<br />
if you are at<br />
somesite.com/ and this is your main folder,<br />
you have a section called abc, which is<br />
somesite.com/abc/<br />
If you wanted to link back to the main page, well you could say the link&#8217;s href=&#8221;../&#8221; which will go to the parent directory.<br />
However, if you know for sure that your main folder will be on somesite.com/ and only /, then you can say<br />
href=&#8221;/&#8221;<br />
But, lets say your main folder is like<br />
somesite.com/login/<br />
well, to go to somesite.com/abc/ from there, you may say<br />
href=&#8221;../abc&#8221;, and likewise, while in /abc/ you do href=&#8221;../login&#8221;<br />
If you do not have an index.php in one of the folders, well, you don&#8217;t have to state it. Your server&#8217;s configuration has a basic list of files to check for when it comes to the index, if none of these files are found, then it will go and follow one of the other rules, like listing the contents of the folder. However, most production servers usually do not have that enabled, so it will give a 503(not allowed) error, when the user tries to visit it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iijimae</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/comment-page-1/#comment-591</link>
		<dc:creator>iijimae</dc:creator>
		<pubDate>Fri, 11 Mar 2011 15:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=190#comment-591</guid>
		<description>Oh yea I have solve the notice problem. Thanks a lot. And hope you will reply my questions above thanks :)</description>
		<content:encoded><![CDATA[<p>Oh yea I have solve the notice problem. Thanks a lot. And hope you will reply my questions above thanks <img src='http://kloplop321.com/php-tutorials/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iijimae</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/comment-page-1/#comment-590</link>
		<dc:creator>iijimae</dc:creator>
		<pubDate>Fri, 11 Mar 2011 14:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=190#comment-590</guid>
		<description>And I have another question to ask. Let&#039;s say i have direct my link from the main folder(name: login) to another folder(name: abc). And I tried to get back to index page by 

&lt;a href=&quot;index.php&quot; rel=&quot;nofollow&quot;&gt;Go back to the main page&lt;/a&gt;

But I found out it is not working cause it says there&#039;s no index.php in the folder abc. Is there any way how to direct a link back to index in the main folder?

Thanks!</description>
		<content:encoded><![CDATA[<p>And I have another question to ask. Let&#8217;s say i have direct my link from the main folder(name: login) to another folder(name: abc). And I tried to get back to index page by </p>
<p><a href="index.php" rel="nofollow">Go back to the main page</a></p>
<p>But I found out it is not working cause it says there&#8217;s no index.php in the folder abc. Is there any way how to direct a link back to index in the main folder?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iijimae</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/comment-page-1/#comment-589</link>
		<dc:creator>iijimae</dc:creator>
		<pubDate>Fri, 11 Mar 2011 14:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=190#comment-589</guid>
		<description>Oh i got this after i replace that :S
( ! ) Notice: Undefined variable: _SESSION in D:\wamp\www\login\index.php on line 30

Can you teach me how to switch off the warnings and notices? 

I would like to start of with zend framework. Any recommendation(links or videos) on where to start of and how to install the zend? 

This blog is really awesome. I can learn up php easily starting from zero knowledge before this. Thanks for sharing your information here! :)</description>
		<content:encoded><![CDATA[<p>Oh i got this after i replace that :S<br />
( ! ) Notice: Undefined variable: _SESSION in D:\wamp\www\login\index.php on line 30</p>
<p>Can you teach me how to switch off the warnings and notices? </p>
<p>I would like to start of with zend framework. Any recommendation(links or videos) on where to start of and how to install the zend? </p>
<p>This blog is really awesome. I can learn up php easily starting from zero knowledge before this. Thanks for sharing your information here! <img src='http://kloplop321.com/php-tutorials/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kloplop321</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/comment-page-1/#comment-587</link>
		<dc:creator>Kloplop321</dc:creator>
		<pubDate>Thu, 10 Mar 2011 13:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=190#comment-587</guid>
		<description>Okay, Just to help you understand for future reference, there are different levels of errors

Fatal(Your page dies, it can’t recover)
Warnings (They tell you that something might be done wrong and something needs to be changed
Notices (They help you write your code better)

I usually turn warnings and notices off so that I can just go over the concepts in my tutorials
Its because its looking for that &#039;index&#039; called &#039;isin&#039; within the session array
you can replace
if($_SESSION[&#039;isin&#039;] == 1){
with
if(isset($_SESSION[&#039;isin&#039;])){
and it should solve your notice problem.</description>
		<content:encoded><![CDATA[<p>Okay, Just to help you understand for future reference, there are different levels of errors</p>
<p>Fatal(Your page dies, it can’t recover)<br />
Warnings (They tell you that something might be done wrong and something needs to be changed<br />
Notices (They help you write your code better)</p>
<p>I usually turn warnings and notices off so that I can just go over the concepts in my tutorials<br />
Its because its looking for that &#8216;index&#8217; called &#8216;isin&#8217; within the session array<br />
you can replace<br />
if($_SESSION['isin'] == 1){<br />
with<br />
if(isset($_SESSION['isin'])){<br />
and it should solve your notice problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iijimae</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/comment-page-1/#comment-586</link>
		<dc:creator>iijimae</dc:creator>
		<pubDate>Thu, 10 Mar 2011 12:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=190#comment-586</guid>
		<description>Hello, I have encountered the error below. Can you please tell me what&#039;s wrong? Though I can still successfully log in and log out with the error appeared. 

( ! ) Notice: Undefined index: isin in D:\wamp\www\login\index.php on line 30</description>
		<content:encoded><![CDATA[<p>Hello, I have encountered the error below. Can you please tell me what&#8217;s wrong? Though I can still successfully log in and log out with the error appeared. </p>
<p>( ! ) Notice: Undefined index: isin in D:\wamp\www\login\index.php on line 30</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steini</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/comment-page-1/#comment-533</link>
		<dc:creator>Steini</dc:creator>
		<pubDate>Sat, 02 Oct 2010 10:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=190#comment-533</guid>
		<description>Thank&#039;s</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kloplop321</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/comment-page-1/#comment-532</link>
		<dc:creator>Kloplop321</dc:creator>
		<pubDate>Fri, 01 Oct 2010 18:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=190#comment-532</guid>
		<description>Yep! I use Komodo Edit. It is Free, works on Windows, Mac, and Linux(My favorite)
I also randomly posted about it on new years
http://kloplop321.com/php-tutorials/index.php/2010/01/01/happy-new-years/
You may find the link to it in that post :D</description>
		<content:encoded><![CDATA[<p>Yep! I use Komodo Edit. It is Free, works on Windows, Mac, and Linux(My favorite)<br />
I also randomly posted about it on new years<br />
<a href="http://kloplop321.com/php-tutorials/index.php/2010/01/01/happy-new-years/" rel="nofollow">http://kloplop321.com/php-tutorials/index.php/2010/01/01/happy-new-years/</a><br />
You may find the link to it in that post <img src='http://kloplop321.com/php-tutorials/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steini</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/comment-page-1/#comment-531</link>
		<dc:creator>Steini</dc:creator>
		<pubDate>Fri, 01 Oct 2010 14:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=190#comment-531</guid>
		<description>One question: What editor are you using and does it work on windows?</description>
		<content:encoded><![CDATA[<p>One question: What editor are you using and does it work on windows?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steini</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/comment-page-1/#comment-530</link>
		<dc:creator>Steini</dc:creator>
		<pubDate>Fri, 01 Oct 2010 14:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=190#comment-530</guid>
		<description>Thank&#039;s for your tutorials. I&#039;ve been going through some of them to learn php by making a blog. Great stuff. Your tutorials are also definitely improving although distracting things like transparent windows, changing desktop images and speech to text have not helped in some of them.

Still you beat the resources offered by my master&#039;s program without trying to sell me anything :) Good job!</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s for your tutorials. I&#8217;ve been going through some of them to learn php by making a blog. Great stuff. Your tutorials are also definitely improving although distracting things like transparent windows, changing desktop images and speech to text have not helped in some of them.</p>
<p>Still you beat the resources offered by my master&#8217;s program without trying to sell me anything <img src='http://kloplop321.com/php-tutorials/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Good job!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

