<?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: Creating a PHP CMS – Part 2</title>
	<atom:link href="http://fwebde.com/web-design/creating-a-php-cms-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://fwebde.com/web-design/creating-a-php-cms-part-2/</link>
	<description>Helping people to make fantastic websites, whether you are a designer, a developer, or someone just who loves websites.</description>
	<lastBuildDate>Fri, 15 Jul 2011 11:19:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Eric - Web Designer</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-2/comment-page-1/#comment-3732</link>
		<dc:creator>Eric - Web Designer</dc:creator>
		<pubDate>Mon, 03 Jan 2011 04:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=255#comment-3732</guid>
		<description>This is a very complicated subject. I am surprised to see someone tackling it.</description>
		<content:encoded><![CDATA[<p>This is a very complicated subject. I am surprised to see someone tackling it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Kufoba</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-2/comment-page-1/#comment-2081</link>
		<dc:creator>Edward Kufoba</dc:creator>
		<pubDate>Thu, 14 Oct 2010 15:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=255#comment-2081</guid>
		<description>This is really a great tutorial for a starter like me.I&#039;ve been struggling with books and videos, but so far so good your tutorial is one of the best I&#039;ve ever come across.You&#039;re doing a good job.Thanks alot.</description>
		<content:encoded><![CDATA[<p>This is really a great tutorial for a starter like me.I've been struggling with books and videos, but so far so good your tutorial is one of the best I've ever come across.You're doing a good job.Thanks alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markom Dizajn</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-2/comment-page-1/#comment-1824</link>
		<dc:creator>Markom Dizajn</dc:creator>
		<pubDate>Fri, 11 Jun 2010 16:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=255#comment-1824</guid>
		<description>It would be nice to know that we are working in the functions.php right from the beginning of Connecting to the Database part, and not at the end ;)</description>
		<content:encoded><![CDATA[<p>It would be nice to know that we are working in the functions.php right from the beginning of Connecting to the Database part, and not at the end ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bannatyne</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-2/comment-page-1/#comment-84</link>
		<dc:creator>Eric Bannatyne</dc:creator>
		<pubDate>Tue, 18 Aug 2009 15:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=255#comment-84</guid>
		<description>Hua Chen: Thanks for the tips. Right now, when doing development, it&#039;s helpful to have error messages to find out if something may be wrong, but when actually using this, you can remove mysql_error(), and replace it with something less specific, like &#039;Database Error&#039;.</description>
		<content:encoded><![CDATA[<p>Hua Chen: Thanks for the tips. Right now, when doing development, it's helpful to have error messages to find out if something may be wrong, but when actually using this, you can remove mysql_error(), and replace it with something less specific, like 'Database Error'.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hua Chen</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-2/comment-page-1/#comment-79</link>
		<dc:creator>Hua Chen</dc:creator>
		<pubDate>Tue, 18 Aug 2009 13:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=255#comment-79</guid>
		<description>Also recommended you add @ before mysql_connect for security reason.</description>
		<content:encoded><![CDATA[<p>Also recommended you add @ before mysql_connect for security reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hua Chen</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-2/comment-page-1/#comment-78</link>
		<dc:creator>Hua Chen</dc:creator>
		<pubDate>Tue, 18 Aug 2009 13:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=255#comment-78</guid>
		<description>I also recommended you delete mysql_error() in the connection of mysql, because it is top secret to visitors.</description>
		<content:encoded><![CDATA[<p>I also recommended you delete mysql_error() in the connection of mysql, because it is top secret to visitors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hua Chen</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-2/comment-page-1/#comment-77</link>
		<dc:creator>Hua Chen</dc:creator>
		<pubDate>Tue, 18 Aug 2009 13:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=255#comment-77</guid>
		<description>I recommended you replace require_once to require, because require is faster than require_once.
And the definition of BASE_URL is perfect! Very good!</description>
		<content:encoded><![CDATA[<p>I recommended you replace require_once to require, because require is faster than require_once.<br />
And the definition of BASE_URL is perfect! Very good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emi Carmichael</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-2/comment-page-1/#comment-63</link>
		<dc:creator>Emi Carmichael</dc:creator>
		<pubDate>Fri, 14 Aug 2009 08:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=255#comment-63</guid>
		<description>Great post!  Although I work at a web design company, I&#039;m more on the design and customer care side of things.  But I understood this post perfectly - thanks!  :)</description>
		<content:encoded><![CDATA[<p>Great post!  Although I work at a web design company, I'm more on the design and customer care side of things.  But I understood this post perfectly - thanks!  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating a PHP CMS – Part 2 &#8211; Fantastic Web Design &#124; www.kotihost.com</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-2/comment-page-1/#comment-62</link>
		<dc:creator>Creating a PHP CMS – Part 2 &#8211; Fantastic Web Design &#124; www.kotihost.com</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=255#comment-62</guid>
		<description>[...] post: Creating a PHP CMS – Part 2 &#8211; Fantastic Web Design   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] post: Creating a PHP CMS – Part 2 &#8211; Fantastic Web Design   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-2/comment-page-1/#comment-60</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Thu, 13 Aug 2009 06:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=255#comment-60</guid>
		<description>Hi,

Very nice tutorial.Your way of teaching excellet.
I am waiting 3rd part. I have to learn php</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Very nice tutorial.Your way of teaching excellet.<br />
I am waiting 3rd part. I have to learn php</p>
]]></content:encoded>
	</item>
</channel>
</rss>

