<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: 1) List of countries on the web form, How? 2) Any one with the book &#34;Building your own database driven&#8230;</title>
	<atom:link href="http://masterlistbuildingtactics.com/list-building/1-list-of-countries-on-the-web-form-how-2-any-one-with-the-book-building-your-own-database-driven/feed" rel="self" type="application/rss+xml" />
	<link>http://masterlistbuildingtactics.com/list-building/1-list-of-countries-on-the-web-form-how-2-any-one-with-the-book-building-your-own-database-driven</link>
	<description>Building Your List is the basis of internet income.</description>
	<pubDate>Tue, 22 May 2012 15:06:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: jdorndog</title>
		<link>http://masterlistbuildingtactics.com/list-building/1-list-of-countries-on-the-web-form-how-2-any-one-with-the-book-building-your-own-database-driven#comment-658</link>
		<dc:creator>jdorndog</dc:creator>
		<pubDate>Mon, 05 May 2008 15:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://masterlistbuildingtactics.com/list-building/1-list-of-countries-on-the-web-form-how-2-any-one-with-the-book-building-your-own-database-driven#comment-658</guid>
		<description>http://codesnippets.joyent.com/posts/show/663 has the code for a country drop down list.

I recommend also adding the most common countries at the top of the list (ie. US, UK, Australia, etc.)
Then, put &#34;&#60;option value=&#34;&#34;&#62; &#60;/option&#62;&#34; to put a break.


If you ask a specific question about php and mysql, I can help you out.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://codesnippets.joyent.com/posts/show/663" rel="nofollow">http://codesnippets.joyent.com/posts/show/663</a> has the code for a country drop down list.</p>
<p>I recommend also adding the most common countries at the top of the list (ie. US, UK, Australia, etc.)<br />
Then, put &quot;&lt;option value=&quot;&quot;&gt; &lt;/option&gt;&quot; to put a break.</p>
<p>If you ask a specific question about php and mysql, I can help you out.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weedizzle</title>
		<link>http://masterlistbuildingtactics.com/list-building/1-list-of-countries-on-the-web-form-how-2-any-one-with-the-book-building-your-own-database-driven#comment-657</link>
		<dc:creator>weedizzle</dc:creator>
		<pubDate>Mon, 05 May 2008 11:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://masterlistbuildingtactics.com/list-building/1-list-of-countries-on-the-web-form-how-2-any-one-with-the-book-building-your-own-database-driven#comment-657</guid>
		<description>&#60;select name=&#34;country&#34; id=&#34;country&#34;&#62;
&#60;option value=&#34;full name or 2 letter abbr.&#34; &#62;country 1&#60;/option&#62;
&#60;option value=&#34;full name or 2 letter abbr.&#34; &#62;country 2&#60;/option&#62;
&#60;option value=&#34;full name or 2 letter abbr.&#34; &#62;country 3&#60;/option&#62;
&#60;/select&#62;
The name is for passing to some other form (considering your second q was about php).  Id is for styling.
Value is what gets passed into your post array in php.
As far as not having to get a list, find some phpbb or similar, go through the registration process until you can select country, then view source.  If you do this from an open source project, you dont have to worry about copyright.
Your second question isn&#39;t answerable from what I can tell.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>&lt;select name=&quot;country&quot; id=&quot;country&quot;&gt;<br />
&lt;option value=&quot;full name or 2 letter abbr.&quot; &gt;country 1&lt;/option&gt;<br />
&lt;option value=&quot;full name or 2 letter abbr.&quot; &gt;country 2&lt;/option&gt;<br />
&lt;option value=&quot;full name or 2 letter abbr.&quot; &gt;country 3&lt;/option&gt;<br />
&lt;/select&gt;<br />
The name is for passing to some other form (considering your second q was about php).  Id is for styling.<br />
Value is what gets passed into your post array in php.<br />
As far as not having to get a list, find some phpbb or similar, go through the registration process until you can select country, then view source.  If you do this from an open source project, you dont have to worry about copyright.<br />
Your second question isn&#39;t answerable from what I can tell.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

