<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHPSuperBLOG &#187; For-loop</title>
	<atom:link href="http://www.phpsuperblog.com/tag/for-loop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Lot of IT, Lot of Fun</description>
	<lastBuildDate>Wed, 30 Nov 2011 12:34:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Variable variables &#8211; Get parameters of HTML elements which generated with a PHP for loop</title>
		<link>http://www.phpsuperblog.com/php/variable-variables-get-parameters-of-html-elements-which-generated-with-a-php-for-loop/</link>
		<comments>http://www.phpsuperblog.com/php/variable-variables-get-parameters-of-html-elements-which-generated-with-a-php-for-loop/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 12:31:39 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Drop-down-menu]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Text-field]]></category>
		<category><![CDATA[Variable variables]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1090</guid>
		<description><![CDATA[This post is the continuation of the post “Create a HTML form with PHP for loop and table”. It mainly focus on how to catch the HTML elements&#8217; data generated from a PHP of a HTML form, it also talks about PHP Variable variables. In the previous post “Create a HTML form with PHP for [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/variable-variables-get-parameters-of-html-elements-which-generated-with-a-php-for-loop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Generate random password with PHP rand function</title>
		<link>http://www.phpsuperblog.com/php/generate-random-password-with-php-rand-function/</link>
		<comments>http://www.phpsuperblog.com/php/generate-random-password-with-php-rand-function/#comments</comments>
		<pubDate>Sat, 07 May 2011 16:19:22 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Random-number]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1007</guid>
		<description><![CDATA[In system designing, there are many cases which requires user to login in order to access some restricted areas. And so, we might need to generate an initial password for the user. Here I am going to show you how to generate random passwords with integers In order to generate a random password we have [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/generate-random-password-with-php-rand-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using XML elements as HTML form drop down menu items with PHP</title>
		<link>http://www.phpsuperblog.com/php/using-xml-tags-as-html-form-drop-down-menu-items-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/using-xml-tags-as-html-form-drop-down-menu-items-with-php/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 15:11:35 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Drop-down-menu]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[PHP Function]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=928</guid>
		<description><![CDATA[XML]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/using-xml-tags-as-html-form-drop-down-menu-items-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create multiple HTML tables with PHP for loop</title>
		<link>http://www.phpsuperblog.com/php/create-multiple-html-tables-with-php-for-loop/</link>
		<comments>http://www.phpsuperblog.com/php/create-multiple-html-tables-with-php-for-loop/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 13:38:44 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=434</guid>
		<description><![CDATA[Editor&#8217;s note: To create one HTML table is easy, but to create multiple HTML tables, We have to copy and paste the code many times. However we could do the job with a PHP for loop. Here are the steps: First we create a PHP variable $numoftable which indicate the number of HTML tables you [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/create-multiple-html-tables-with-php-for-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display all field (column) names of a table in MySQL database</title>
		<link>http://www.phpsuperblog.com/php/display-all-field-column-names-of-a-table-in-mysql-database/</link>
		<comments>http://www.phpsuperblog.com/php/display-all-field-column-names-of-a-table-in-mysql-database/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 12:41:45 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Column]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Field]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[Loop]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=68</guid>
		<description><![CDATA[Editor’s note: I mentioned in my previous post Display data from MySQL with PHP which I demonstrated how to display the data of a row within a table, now I want to demonstrate how to display all field names (column names) of a table within a MySQL database. In order to do so, we have to [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/display-all-field-column-names-of-a-table-in-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a HTML form with PHP for loop and table</title>
		<link>http://www.phpsuperblog.com/php/create-a-html-form-with-php-for-loop-and-table/</link>
		<comments>http://www.phpsuperblog.com/php/create-a-html-form-with-php-for-loop-and-table/#comments</comments>
		<pubDate>Sun, 18 May 2008 13:17:37 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Drop-down-menu]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Submit-button]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=34</guid>
		<description><![CDATA[Editor&#8217;s note: To create a HTML form with just a few text fields and a few HTML form elements is easy, but in a stock control system or price input system for example, there might be a need for many text fields and different HTML form elements repeatedly appear in the HTML form. To type [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/create-a-html-form-with-php-for-loop-and-table/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

