<?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 10: Starting a Basic Blog</title>
	<atom:link href="http://kloplop321.com/php-tutorials/index.php/2010/06/26/php-mysql-tutorial-10-starting-a-basic-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://kloplop321.com/php-tutorials/index.php/2010/06/26/php-mysql-tutorial-10-starting-a-basic-blog/</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: filip</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/06/26/php-mysql-tutorial-10-starting-a-basic-blog/comment-page-1/#comment-760</link>
		<dc:creator>filip</dc:creator>
		<pubDate>Sun, 10 Jul 2011 18:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=256#comment-760</guid>
		<description>hi i tryed to writ the code from the beaginig but it went wrong so i copyed your code but it still wont work the basic.html works but it seems that its not geting any input from main.cssso its just boring text</description>
		<content:encoded><![CDATA[<p>hi i tryed to writ the code from the beaginig but it went wrong so i copyed your code but it still wont work the basic.html works but it seems that its not geting any input from main.cssso its just boring text</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kloplop321</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/06/26/php-mysql-tutorial-10-starting-a-basic-blog/comment-page-1/#comment-583</link>
		<dc:creator>Kloplop321</dc:creator>
		<pubDate>Fri, 18 Feb 2011 02:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=256#comment-583</guid>
		<description>Okay, Just to help you understand for future reference, there are different levels of errors

	Fatal(Your page dies, it can&#039;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
I see that you probably looked up a list for all these time zone identifiers, It is best to set the date_default_timezone_set() function on the first or second line in all your pages.
Can you put your code up on pastebin.com and send me the link in the URL after you send it so I can try running what you did and post back?

Thanks.
-Kloplop321</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&#8217;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 />
I see that you probably looked up a list for all these time zone identifiers, It is best to set the date_default_timezone_set() function on the first or second line in all your pages.<br />
Can you put your code up on pastebin.com and send me the link in the URL after you send it so I can try running what you did and post back?</p>
<p>Thanks.<br />
-Kloplop321</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brittaney</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/06/26/php-mysql-tutorial-10-starting-a-basic-blog/comment-page-1/#comment-582</link>
		<dc:creator>Brittaney</dc:creator>
		<pubDate>Fri, 18 Feb 2011 01:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=256#comment-582</guid>
		<description>Ok. I&#039;m getting an Error 

Warning: date() [function.date]: It is not safe to rely on the system&#039;s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected &#039;America/New_York&#039; for &#039;-5.0/no DST&#039; instead in C:\xampp\htdocs\blog\blog.php on line 38</description>
		<content:encoded><![CDATA[<p>Ok. I&#8217;m getting an Error </p>
<p>Warning: date() [function.date]: It is not safe to rely on the system&#8217;s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected &#8216;America/New_York&#8217; for &#8216;-5.0/no DST&#8217; instead in C:\xampp\htdocs\blog\blog.php on line 38</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/06/26/php-mysql-tutorial-10-starting-a-basic-blog/comment-page-1/#comment-576</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Tue, 18 Jan 2011 00:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=256#comment-576</guid>
		<description>Thanks alot, it worked great!</description>
		<content:encoded><![CDATA[<p>Thanks alot, it worked great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kloplop321</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/06/26/php-mysql-tutorial-10-starting-a-basic-blog/comment-page-1/#comment-544</link>
		<dc:creator>Kloplop321</dc:creator>
		<pubDate>Tue, 12 Oct 2010 14:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=256#comment-544</guid>
		<description>Thanks for posting, I&#039;ll have to check it out. Though I don&#039;t see how it does not work... since It worked while I was recording it live.</description>
		<content:encoded><![CDATA[<p>Thanks for posting, I&#8217;ll have to check it out. Though I don&#8217;t see how it does not work&#8230; since It worked while I was recording it live.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/06/26/php-mysql-tutorial-10-starting-a-basic-blog/comment-page-1/#comment-541</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Tue, 12 Oct 2010 00:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=256#comment-541</guid>
		<description>I got the same thing as Cau2. I&#039;m lost.</description>
		<content:encoded><![CDATA[<p>I got the same thing as Cau2. I&#8217;m lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kloplop321</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/06/26/php-mysql-tutorial-10-starting-a-basic-blog/comment-page-1/#comment-538</link>
		<dc:creator>Kloplop321</dc:creator>
		<pubDate>Wed, 06 Oct 2010 03:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=256#comment-538</guid>
		<description>Did you copy straight from my source code?
If you made any alterations, it may be due to either an SQL syntax error.
If you did not make any alterations, it could be that the table does not exist.</description>
		<content:encoded><![CDATA[<p>Did you copy straight from my source code?<br />
If you made any alterations, it may be due to either an SQL syntax error.<br />
If you did not make any alterations, it could be that the table does not exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cau2</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/06/26/php-mysql-tutorial-10-starting-a-basic-blog/comment-page-1/#comment-537</link>
		<dc:creator>Cau2</dc:creator>
		<pubDate>Wed, 06 Oct 2010 03:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=256#comment-537</guid>
		<description>I have a problem :
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program Files\VertrigoServ\www\lov\blog.php on line 25</description>
		<content:encoded><![CDATA[<p>I have a problem :<br />
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program Files\VertrigoServ\www\lov\blog.php on line 25</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Tutorials By Kloplop321 &#187; Blog Archive &#187; PHP &#38; MySQL Tutorial 11: Extending a Basic Blog</title>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/06/26/php-mysql-tutorial-10-starting-a-basic-blog/comment-page-1/#comment-261</link>
		<dc:creator>PHP Tutorials By Kloplop321 &#187; Blog Archive &#187; PHP &#38; MySQL Tutorial 11: Extending a Basic Blog</dc:creator>
		<pubDate>Tue, 29 Jun 2010 20:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://kloplop321.com/php-tutorials/?p=256#comment-261</guid>
		<description>[...] tutorial 10 to have a link to a single-post page. First of all, I am basing this tutorial on the last tutorial(10), which established a basic blog. Here we are going to compound the original statement that looks [...]</description>
		<content:encoded><![CDATA[<p>[...] tutorial 10 to have a link to a single-post page. First of all, I am basing this tutorial on the last tutorial(10), which established a basic blog. Here we are going to compound the original statement that looks [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

