<?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; Field</title>
	<atom:link href="http://www.phpsuperblog.com/tag/field/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>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>admin</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>Find the number of column (field) of a table in MySQL database</title>
		<link>http://www.phpsuperblog.com/php/find-the-number-of-column-field-of-a-table-in-mysql-database/</link>
		<comments>http://www.phpsuperblog.com/php/find-the-number-of-column-field-of-a-table-in-mysql-database/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 04:20:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Column]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Field]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=67</guid>
		<description><![CDATA[To find and print out the number of column (field) of a table in MySQL database, we have to use a php function &#8220;mysql_num_fields()&#8221; to get the number and to use a variable to store the result, here I have created an example to demonstrate how to do so: I have create a PHP file [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/find-the-number-of-column-field-of-a-table-in-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Use PHP to change MySQL field size</title>
		<link>http://www.phpsuperblog.com/php/use-php-to-change-mysql-field-size/</link>
		<comments>http://www.phpsuperblog.com/php/use-php-to-change-mysql-field-size/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 15:41:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Alter]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Field]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=73</guid>
		<description><![CDATA[In this example, I am going to show you how to use PHP to change a MySQL database&#8217;s field size. I have created a MySQL database with a table called &#8220;test&#8221; and a field called &#8220;testing&#8221; size varchar(100). I have created a PHP file called &#8220;changesize.php&#8221; and I would like to use it to change [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/use-php-to-change-mysql-field-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
