<?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: Building a CMS Part 3</title>
	<atom:link href="http://tomsbigbox.com/building-a-cms-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomsbigbox.com/building-a-cms-part-3/</link>
	<description>The metaphorical box belonging to Tom</description>
	<lastBuildDate>Tue, 10 Aug 2010 08:54:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Simon</title>
		<link>http://tomsbigbox.com/building-a-cms-part-3/comment-page-1/#comment-142</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://tomsbigbox.com/?p=543#comment-142</guid>
		<description>Hi, this I have been trying to get to work on localhost with wamp but it seems that the pages are made, but then, when I try to edit something it comes up with the error for mysql_fetch_array on line 3 of edit.php.

As I am writing this I have solved the issue, just under:

{code]&lt;?php session_start(); $currentPage = $_GET[&#039;page&#039;];[/code]

place:

[code] include(&#039;connect.php&#039;);[/code]

beore:

[code] $result = mysql_query(&quot;SELECT * FROM content WHERE page = &#039;$currentPage&#039;&quot;);[/code]

and then the query is processed accordingly.

Great little sript though, the only thing is that there is no user restriction, it doesn&#039;t make me sinup for an account or anything, I have the [+] Add New Page link and that&#039;s that, will see if there are any other issues that I can work out to see why this is happening.

Thanks for the script and tutorial, great help in getting started with a custom CMS, too many complicated ones out there, even the ones that &quot;claim&quot; to be easy!

Thanks again!

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi, this I have been trying to get to work on localhost with wamp but it seems that the pages are made, but then, when I try to edit something it comes up with the error for mysql_fetch_array on line 3 of edit.php.</p>
<p>As I am writing this I have solved the issue, just under:</p>
<p>{code]&lt;?php session_start(); $currentPage = $_GET[&#039;page&#039;];[/code]</p>
<p>place:</p>
<p>[code] include(&#039;connect.php&#039;);[/code]</p>
<p>beore:</p>
<p>[code] $result = mysql_query(&quot;SELECT * FROM content WHERE page = &#039;$currentPage&#039;&quot;);[/code]</p>
<p>and then the query is processed accordingly.</p>
<p>Great little sript though, the only thing is that there is no user restriction, it doesn&#039;t make me sinup for an account or anything, I have the [+] Add New Page link and that&#039;s that, will see if there are any other issues that I can work out to see why this is happening.</p>
<p>Thanks for the script and tutorial, great help in getting started with a custom CMS, too many complicated ones out there, even the ones that &quot;claim&quot; to be easy!</p>
<p>Thanks again!</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
