<?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 7</title>
	<atom:link href="http://fwebde.com/web-design/creating-a-php-cms-part-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://fwebde.com/web-design/creating-a-php-cms-part-7/</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: civilrebel</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-7/comment-page-1/#comment-3860</link>
		<dc:creator>civilrebel</dc:creator>
		<pubDate>Fri, 15 Jul 2011 07:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=365#comment-3860</guid>
		<description>Hi, I downloaded tour files and made everything work with my database. Everything works, I can login, update my pages, etc. However, creating a new page causes a connection error:

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established

Now, on the new.php, you have a submit button and are calling the functions.php, however, no php function with an INSERT INTO statement is defined to add an additional row to our SQL table, within the files new.php and functions.php. Is it possible that this is why it does not work? I just got everything from your link. Overall, great tutorial. Tks for this. I&#039;d appreciate your reply.</description>
		<content:encoded><![CDATA[<p>Hi, I downloaded tour files and made everything work with my database. Everything works, I can login, update my pages, etc. However, creating a new page causes a connection error:</p>
<p>Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established</p>
<p>Now, on the new.php, you have a submit button and are calling the functions.php, however, no php function with an INSERT INTO statement is defined to add an additional row to our SQL table, within the files new.php and functions.php. Is it possible that this is why it does not work? I just got everything from your link. Overall, great tutorial. Tks for this. I'd appreciate your reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imran</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-7/comment-page-1/#comment-3817</link>
		<dc:creator>imran</dc:creator>
		<pubDate>Mon, 11 Apr 2011 13:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=365#comment-3817</guid>
		<description>good tutorial for beginners.......keep it up dear...........</description>
		<content:encoded><![CDATA[<p>good tutorial for beginners.......keep it up dear...........</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bannatyne</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-7/comment-page-1/#comment-3751</link>
		<dc:creator>Eric Bannatyne</dc:creator>
		<pubDate>Fri, 28 Jan 2011 00:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=365#comment-3751</guid>
		<description>Well, since it&#039;s using a Unix timestamp, January 1st, 1970 is the same thing as 0. On your site the dates appear to be corrected, so I assume that you solved your problem?</description>
		<content:encoded><![CDATA[<p>Well, since it's using a Unix timestamp, January 1st, 1970 is the same thing as 0. On your site the dates appear to be corrected, so I assume that you solved your problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ratbum</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-7/comment-page-1/#comment-3750</link>
		<dc:creator>ratbum</dc:creator>
		<pubDate>Thu, 27 Jan 2011 10:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=365#comment-3750</guid>
		<description>All my dates are 1st Jan 1970.

I guess that my current date function is not working for whatever reason. Any suggestion as to why this might be happening?</description>
		<content:encoded><![CDATA[<p>All my dates are 1st Jan 1970.</p>
<p>I guess that my current date function is not working for whatever reason. Any suggestion as to why this might be happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-7/comment-page-1/#comment-3738</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 12 Jan 2011 00:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=365#comment-3738</guid>
		<description>Just out of curiosity, would it be better to include CheckUser() within the major functions that have access to your DB?  That way even if someone messed with the webpages/HTML/created their own interface, the functions just wouldn&#039;t load for them?

I don&#039;t know if that would work in practice though.</description>
		<content:encoded><![CDATA[<p>Just out of curiosity, would it be better to include CheckUser() within the major functions that have access to your DB?  That way even if someone messed with the webpages/HTML/created their own interface, the functions just wouldn't load for them?</p>
<p>I don't know if that would work in practice though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-7/comment-page-1/#comment-3737</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 11 Jan 2011 17:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=365#comment-3737</guid>
		<description>Just wanted to say thanks for this tutorial, it wasn&#039;t exactly what I was looking for (Was just after a small blog.include) but after following it, I have an idea now of how CMS work and it&#039;s given me ideas for how to make a simple blog include that I didn&#039;t have before.  

Are there any chances of you doing a security article?  I see mentions of things like htmlentities but don&#039;t know where I should be using them so an article as useful as this has been would be excellent.</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks for this tutorial, it wasn't exactly what I was looking for (Was just after a small blog.include) but after following it, I have an idea now of how CMS work and it's given me ideas for how to make a simple blog include that I didn't have before.  </p>
<p>Are there any chances of you doing a security article?  I see mentions of things like htmlentities but don't know where I should be using them so an article as useful as this has been would be excellent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-7/comment-page-1/#comment-2128</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Tue, 09 Nov 2010 09:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=365#comment-2128</guid>
		<description>Hello,

Thnx for this good tutorial but i have one question

how can i change the content of /admin/update.php?id=1 or a other id because you can&#039;t go back to the admin page</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thnx for this good tutorial but i have one question</p>
<p>how can i change the content of /admin/update.php?id=1 or a other id because you can't go back to the admin page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atlante Avila</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-7/comment-page-1/#comment-2115</link>
		<dc:creator>Atlante Avila</dc:creator>
		<pubDate>Thu, 28 Oct 2010 07:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=365#comment-2115</guid>
		<description>yep, it&#039;s there and still get the error message.</description>
		<content:encoded><![CDATA[<p>yep, it's there and still get the error message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bannatyne</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-7/comment-page-1/#comment-2106</link>
		<dc:creator>Eric Bannatyne</dc:creator>
		<pubDate>Mon, 25 Oct 2010 23:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=365#comment-2106</guid>
		<description>Check the source file of admin/create.php. If I remember correctly, the file should include functions.php. Make sure that that file exists and that it contains the function checkmember().</description>
		<content:encoded><![CDATA[<p>Check the source file of admin/create.php. If I remember correctly, the file should include functions.php. Make sure that that file exists and that it contains the function checkmember().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atlante Avila</title>
		<link>http://fwebde.com/web-design/creating-a-php-cms-part-7/comment-page-1/#comment-2105</link>
		<dc:creator>Atlante Avila</dc:creator>
		<pubDate>Mon, 25 Oct 2010 19:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=365#comment-2105</guid>
		<description>Hi, I&#039;ve downloaded your final source code and installed it, but I get the following error: 

Fatal error: Call to undefined function checkmember() in /home/thecatho/public_html/cms/admin/create.php on line 7

I checked the functions file and it&#039;s there but I&#039;m not sure if this is a php compatibility issue or not. Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi, I've downloaded your final source code and installed it, but I get the following error: </p>
<p>Fatal error: Call to undefined function checkmember() in /home/thecatho/public_html/cms/admin/create.php on line 7</p>
<p>I checked the functions file and it's there but I'm not sure if this is a php compatibility issue or not. Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

