<?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>imranul hoque&#039;s blog &#187; Mysql Enum dropdown</title>
	<atom:link href="http://www.imranulhoque.com/tag/mysql-enum-dropdown/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imranulhoque.com</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 04:12:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Build dropdown from Mysql SET or ENUM fields</title>
		<link>http://www.imranulhoque.com/mysql/build-dropdown-from-mysql-set-or-enum-fields/</link>
		<comments>http://www.imranulhoque.com/mysql/build-dropdown-from-mysql-set-or-enum-fields/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 21:28:31 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Mysql Enum dropdown]]></category>
		<category><![CDATA[Mysql Set dropdown]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=131</guid>
		<description><![CDATA[We need to populate dropdown fields from Mysql SET or ENUM fields pretty often. So here is how I use to do it.
Lets say &#8216;test&#8217; is a table that has a field, &#8216;agree&#8217; of type &#8216;SET&#8217; having values &#8216;Yes&#8217; and &#8216;No&#8217;. On the front end of my application I want to show a dropdown/select field [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/mysql/build-dropdown-from-mysql-set-or-enum-fields/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

