<?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: Simple flat file PHP CMS or Blog</title>
	<atom:link href="http://readytousesolutions.com/phpblog/php-flat-file-cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://readytousesolutions.com/phpblog</link>
	<description>PHP tutorials - Examples of the most useful scripts</description>
	<lastBuildDate>Wed, 13 Jan 2010 05:25:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://readytousesolutions.com/phpblog/php-flat-file-cms/comment-page-1/#comment-1063</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 12 Apr 2009 20:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/php-tutorials-for-dummies/#comment-1063</guid>
		<description>if the array items are like number =&gt; item 
ie. 
$arrayvar =  array(0 =&gt; &quot;item 0&quot;, 1 =&gt; &quot;item 1&quot;) I would simply do a print like this
print $arrayvar[0]; // print $arrayvar[$_POST[&#039;input&#039;]]</description>
		<content:encoded><![CDATA[<p>if the array items are like number => item<br />
ie.<br />
$arrayvar =  array(0 => &#8220;item 0&#8243;, 1 => &#8220;item 1&#8243;) I would simply do a print like this<br />
print $arrayvar[0]; // print $arrayvar[$_POST['input']]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Margaret Findley</title>
		<link>http://readytousesolutions.com/phpblog/php-flat-file-cms/comment-page-1/#comment-1061</link>
		<dc:creator>Margaret Findley</dc:creator>
		<pubDate>Sun, 12 Apr 2009 20:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/php-tutorials-for-dummies/#comment-1061</guid>
		<description>Hi - How would you write4 a loop  to do this -You have an array of 12 items. A user inputs a number between 1 and 12 on an html form. The php file would the loop thru the array and echo the number of items in the array corresponding to the number input in the html form?</description>
		<content:encoded><![CDATA[<p>Hi &#8211; How would you write4 a loop  to do this -You have an array of 12 items. A user inputs a number between 1 and 12 on an html form. The php file would the loop thru the array and echo the number of items in the array corresponding to the number input in the html form?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
