<?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; While-loop</title>
	<atom:link href="http://www.phpsuperblog.com/tag/while-loop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Learn PHP Together</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:26:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Copy one table&#8217;s field records into another table&#8217;s field in MySQL database with PHP</title>
		<link>http://www.phpsuperblog.com/php/copy-one-tables-field-records-into-another-tables-field-in-mysql-database-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/copy-one-tables-field-records-into-another-tables-field-in-mysql-database-with-php/#comments</comments>
		<pubDate>Thu, 22 May 2008 11:43:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Copy]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[Loop]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[While-loop]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=45</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases such as a login system or other company&#8217;s stock count system which the records in the MySQL database might need to update very frequently. There might be a need to create another tables to backup monthly of the data to another table in the MySQL database. It is a good idea [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/copy-one-tables-field-records-into-another-tables-field-in-mysql-database-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get MySQL database records as HTML form text field&#8217;s value</title>
		<link>http://www.phpsuperblog.com/php/get-mysql-database-records-as-html-form-text-fields-value/</link>
		<comments>http://www.phpsuperblog.com/php/get-mysql-database-records-as-html-form-text-fields-value/#comments</comments>
		<pubDate>Mon, 19 May 2008 13:36:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Loop]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Text-field]]></category>
		<category><![CDATA[While-loop]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=37</guid>
		<description><![CDATA[In my past post on explaining how to set the default values of the text field. Now to use the same concept, we could get the records from the MySQL database and place it into the text field as default text. Here I have created an example to show you how to do so. I [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/get-mysql-database-records-as-html-form-text-fields-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
