<?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>More Questions Than Answers &#187; forms</title>
	<atom:link href="http://www.faq-it.co.uk/tag/forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.faq-it.co.uk</link>
	<description>Dan Atrill&#039;s blog site</description>
	<lastBuildDate>Wed, 28 Dec 2011 13:10:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>php form handling multiple select entries</title>
		<link>http://www.faq-it.co.uk/2008/08/14/php-form-handling-multiple-select-entries/</link>
		<comments>http://www.faq-it.co.uk/2008/08/14/php-form-handling-multiple-select-entries/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 10:18:24 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web developing]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://localhost:8888/faq-it/?p=97</guid>
		<description><![CDATA[The problem: You need to use the result of a multiple select form element in your php script. Handling a $_POST request gives only one entry from the form element, not all those selected. The solution: Use array name in form element name ie multiselect becomes multiselect[] or &#60;select name=&#8221;multipleselect[]&#8220;&#62; &#60;option value=&#8221;0&#8243;&#62;0&#60;/option&#62; &#60;option value=&#8221;1&#8243;&#62;1&#60;/option&#62; &#60;option [...]]]></description>
		<wfw:commentRss>http://www.faq-it.co.uk/2008/08/14/php-form-handling-multiple-select-entries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

