<?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; Array</title>
	<atom:link href="http://www.phpsuperblog.com/tag/array/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>Insert all array elements into MySQL database table&#8217;s different fields</title>
		<link>http://www.phpsuperblog.com/php/insert-all-array-elements-into-mysql-database-tables-different-fields/</link>
		<comments>http://www.phpsuperblog.com/php/insert-all-array-elements-into-mysql-database-tables-different-fields/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 11:00:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Field]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=71</guid>
		<description><![CDATA[Array is a good way to store many elements, but in some operations you might like to store all of the elements in a array into different field of a table in a MySQL database. To store into different row, we can use a for loop to go through each elements and run a query [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/insert-all-array-elements-into-mysql-database-tables-different-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join all elements of an array together and become a string</title>
		<link>http://www.phpsuperblog.com/php/join-all-elements-of-an-array-together-and-become-a-string/</link>
		<comments>http://www.phpsuperblog.com/php/join-all-elements-of-an-array-together-and-become-a-string/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 09:58:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[PHP Function]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=70</guid>
		<description><![CDATA[In an array, there are many elements in it. But in some operations, you might like to join all the elements within an array to become a string and use the string for other use, how can this be done?? There is a function of PHP can do the job, which is implode( ). Let [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/join-all-elements-of-an-array-together-and-become-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; get the check box values of HTML form</title>
		<link>http://www.phpsuperblog.com/php/php-get-the-of-check-box-values-of-html-form/</link>
		<comments>http://www.phpsuperblog.com/php/php-get-the-of-check-box-values-of-html-form/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 07:21:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Check-box]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=439</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases when you try to create a HTML form for user to input data, you might like to include a set of check boxes for them to input multiple choices, however in order to get the data from a set of check boxes with PHP, I think the easier way is [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/php-get-the-of-check-box-values-of-html-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
