<?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>0plus1 Blog &#187; european countries array</title>
	<atom:link href="http://0plus1.com/blog/tag/european-countries-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://0plus1.com/blog</link>
	<description>Code snippets and programming resources</description>
	<lastBuildDate>Sat, 15 Jan 2011 15:09:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>European Countries array</title>
		<link>http://0plus1.com/blog/2009/06/european-countries-array/</link>
		<comments>http://0plus1.com/blog/2009/06/european-countries-array/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 09:05:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[european countries array]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://0plus1.com/blog/?p=31</guid>
		<description><![CDATA[We recently had to create a select reserved only to contries from the european union, here&#8217;s the array with the standard countries codes: $eu_countries = array( &#34;AT&#34; =&#62; &#34;Austria&#34;, &#34;BE&#34; =&#62; &#34;Belgium&#34;, &#34;BG&#34; =&#62; &#34;Bulgaria&#34;, &#34;CY&#34; =&#62; &#34;Cyprus&#34;, &#34;CZ&#34; =&#62; &#34;Czech Republic&#34;, &#34;DK&#34; =&#62; &#34;Denmark&#34;, &#34;EE&#34; =&#62; &#34;Estonia&#34;, &#34;FI&#34; =&#62; &#34;Finland&#34;, &#34;FR&#34; =&#62; &#34;France&#34;, &#34;DE&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>We recently had to create a <em>select</em> reserved only to contries from the european union, here&#8217;s the array with the standard countries codes:</p>
<pre class="brush: php; title: ;">
$eu_countries = array(
  &quot;AT&quot; =&gt; &quot;Austria&quot;,
  &quot;BE&quot; =&gt; &quot;Belgium&quot;,
  &quot;BG&quot; =&gt; &quot;Bulgaria&quot;,
  &quot;CY&quot; =&gt; &quot;Cyprus&quot;,
  &quot;CZ&quot; =&gt; &quot;Czech Republic&quot;,
  &quot;DK&quot; =&gt; &quot;Denmark&quot;,
  &quot;EE&quot; =&gt; &quot;Estonia&quot;,
  &quot;FI&quot; =&gt; &quot;Finland&quot;,
  &quot;FR&quot; =&gt; &quot;France&quot;,
  &quot;DE&quot; =&gt; &quot;Germany&quot;,
  &quot;GR&quot; =&gt; &quot;Greece&quot;,
  &quot;HU&quot; =&gt; &quot;Hungary&quot;,
  &quot;IE&quot; =&gt; &quot;Ireland&quot;,
  &quot;IT&quot; =&gt; &quot;Italy&quot;,
  &quot;LV&quot; =&gt; &quot;Latvia&quot;,
  &quot;LT&quot; =&gt; &quot;Lithuania&quot;,
  &quot;LU&quot; =&gt; &quot;Luxembourg&quot;,
  &quot;MT&quot; =&gt; &quot;Malta&quot;,
  &quot;NL&quot; =&gt; &quot;Netherlands&quot;,
  &quot;PL&quot; =&gt; &quot;Poland&quot;,
  &quot;PT&quot; =&gt; &quot;Portugal&quot;,
  &quot;RO&quot; =&gt; &quot;Romania&quot;,
  &quot;SK&quot; =&gt; &quot;Slovakia (Slovak Republic)&quot;,
  &quot;SI&quot; =&gt; &quot;Slovenia&quot;,
  &quot;ES&quot; =&gt; &quot;Spain&quot;,
  &quot;SE&quot; =&gt; &quot;Sweden&quot;,
  &quot;GB&quot; =&gt; &quot;United Kingdom&quot;
);
</pre>
<p><a href="http://europa.eu/abc/european_countries/index_en.htm">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://0plus1.com/blog/2009/06/european-countries-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

