<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: PHP Form Helper — Quick &amp; Easy SELECT&#160;Dropdowns</title> <atom:link href="http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 15:40:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Anthony</title><link>http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns/comment-page-1#comment-28386</link> <dc:creator>Anthony</dc:creator> <pubDate>Tue, 03 Jan 2012 23:19:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns/#comment-28386</guid> <description>David,
Thank you very much for the helper function. I will use it in my projects.In the earlier posts, I read that @Chuck mentioned about a simple form creator script. In fact, such a tool already exists and I use that for my projects. This tool is called: Form &amp; PHP/MySQL Generator (FPMG) &amp; you can visit it at: http://www.fpmg.co.ccSo I don&#039;t see a point in reinventing the wheel, unless the functionality that @Chuck wants to implement, differs greatly.</description> <content:encoded><![CDATA[<p>David,<br
/> Thank you very much for the helper function. I will use it in my projects.</p><p>In the earlier posts, I read that @Chuck mentioned about a simple form creator script. In fact, such a tool already exists and I use that for my projects. This tool is called: Form &amp; PHP/MySQL Generator (FPMG) &amp; you can visit it at: <a
href="http://www.fpmg.co.cc" rel="nofollow">http://www.fpmg.co.cc</a></p><p>So I don&#8217;t see a point in reinventing the wheel, unless the functionality that @Chuck wants to implement, differs greatly.</p> ]]></content:encoded> </item> <item><title>By: c_wd</title><link>http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns/comment-page-1#comment-159</link> <dc:creator>c_wd</dc:creator> <pubDate>Wed, 30 Jan 2008 22:55:33 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns/#comment-159</guid> <description>an example of usage would make this more friendly.$hours4select = array(1=&gt;1, 2=&gt;2, 3=&gt;3, 4=&gt;4, 5=&gt;5, 6=&gt;6, 7=&gt;7, 8=&gt;8, 9=&gt;9, 10=&gt;10, 11=&gt;11, 12=&gt;12);echo form_select(&#039;class_time_hour&#039;, $hours4select);</description> <content:encoded><![CDATA[<p>an example of usage would make this more friendly.</p><p>$hours4select = array(1=&gt;1, 2=&gt;2, 3=&gt;3, 4=&gt;4, 5=&gt;5, 6=&gt;6, 7=&gt;7, 8=&gt;8, 9=&gt;9, 10=&gt;10, 11=&gt;11, 12=&gt;12);</p><p>echo form_select(&#8216;class_time_hour&#8217;, $hours4select);</p> ]]></content:encoded> </item> <item><title>By: david</title><link>http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns/comment-page-1#comment-158</link> <dc:creator>david</dc:creator> <pubDate>Thu, 06 Dec 2007 14:02:10 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns/#comment-158</guid> <description>Sounds good Chuck -- be sure to let me know when it&#039;s released!</description> <content:encoded><![CDATA[<p>Sounds good Chuck &#8212; be sure to let me know when it&#8217;s released!</p> ]]></content:encoded> </item> <item><title>By: Chuck</title><link>http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns/comment-page-1#comment-157</link> <dc:creator>Chuck</dc:creator> <pubDate>Thu, 06 Dec 2007 13:29:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns/#comment-157</guid> <description>I have created a simple form creator script (I need to polish it and release it). It does the following:Step 1: Textarea that accepts comma delimited input for input names (First Name, Last Name, Address, etc.)Step 2: Presented with a form that lists all of the above inputs with radio options for type of form (Text Box, Radio, Password, Hidden, etc.)Step 3: Prints out the fields into a textbox for copy-paste.*I plan on making a dropdown so you can choose the &#039;template&#039; you wish to populate the form with. Right Now it writes out:.label for=&#039;input name(lowercased and underscored)&#039;&gt;input name(uppercased)-label&gt;
.input type=&#039;etc&#039; name =&#039;input name(lowercased and underscored)&#039; value=&#039;&#039; /&gt;
.br class=&#039;clear&#039; /&gt;This makes creating a css form with multiple values take less than 5 minutes. Then you can do some quick CSS tweaks and be done with it.</description> <content:encoded><![CDATA[<p>I have created a simple form creator script (I need to polish it and release it). It does the following:</p><p>Step 1: Textarea that accepts comma delimited input for input names (First Name, Last Name, Address, etc.)</p><p>Step 2: Presented with a form that lists all of the above inputs with radio options for type of form (Text Box, Radio, Password, Hidden, etc.)</p><p>Step 3: Prints out the fields into a textbox for copy-paste.</p><p>*I plan on making a dropdown so you can choose the &#8216;template&#8217; you wish to populate the form with. Right Now it writes out:</p><p>.label for=&#8217;input name(lowercased and underscored)&#8217;&gt;input name(uppercased)-label&gt;<br
/> .input type=&#8217;etc&#8217; name =&#8217;input name(lowercased and underscored)&#8217; value=&#8221; /&gt;<br
/> .br class=&#8217;clear&#8217; /&gt;</p><p>This makes creating a css form with multiple values take less than 5 minutes. Then you can do some quick CSS tweaks and be done with it.</p> ]]></content:encoded> </item> <item><title>By: Josh</title><link>http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns/comment-page-1#comment-156</link> <dc:creator>Josh</dc:creator> <pubDate>Thu, 18 Oct 2007 13:01:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns/#comment-156</guid> <description>A very handy function. However a lot of frameworks these days offer form helper objects which have something like this already defined... and other handy things too.</description> <content:encoded><![CDATA[<p>A very handy function. However a lot of frameworks these days offer form helper objects which have something like this already defined&#8230; and other handy things too.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/12 queries in 0.007 seconds using disk: basic
Object Caching 540/541 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 12:07:06 -->
