<?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/"
		>
<channel>
	<title>Comments on: Dynamic Dependent Drop Down Select Forms using PHP, MySQL, and JavaScript</title>
	<atom:link href="http://www.huanix.com/2006/12/25/dynamic-dependent-drop-down-select-forms-using-php-mysql-and-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.huanix.com/2006/12/25/dynamic-dependent-drop-down-select-forms-using-php-mysql-and-javascript/</link>
	<description>chown -R huanix /</description>
	<lastBuildDate>Wed, 11 Jan 2012 09:52:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fahim</title>
		<link>http://www.huanix.com/2006/12/25/dynamic-dependent-drop-down-select-forms-using-php-mysql-and-javascript/comment-page-1/#comment-2858</link>
		<dc:creator>Fahim</dc:creator>
		<pubDate>Mon, 16 May 2011 19:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.huanix.com/?p=15#comment-2858</guid>
		<description>I was following your example for making a drop down list. Each of your database seem to be containing integer unique identifier. My case is little different and the table does not contain integer identifier. How can i modify the option tag in while loop so that the drop down works fine. 
My code is not selecting the genomeVer value in the drop down list. 

My code is given as under.  





function autoSubmit()
{
    var formObject = document.forms[&#039;theForm&#039;];
    formObject.submit();
}





    &lt;!-- organism SELECTION --&gt;
    
    
        Select Organism
        &lt;option value= &quot;1&quot; &gt;human
        &lt;option value= &quot;2&quot; &gt;mouse
	&lt;option value= &quot;3&quot; &gt;rat
    

    
 
    &lt;!-- genomeVer SELECTION BASED ON organism VALUE --&gt;
        
    
      
     
        

         
        select GenomeVersion
      
&lt;?php
        while($row = mysql_fetch_array($result))
        {      
//	    echo (&quot;$row[genomeVer]&quot;);     
	    echo &quot;&quot; . $row[&#039;genomeVer&#039;] . &quot;&quot;;  
        }
        
        ?&gt;
        
    
    
    
    
    



Thanks
Fahim</description>
		<content:encoded><![CDATA[<p>I was following your example for making a drop down list. Each of your database seem to be containing integer unique identifier. My case is little different and the table does not contain integer identifier. How can i modify the option tag in while loop so that the drop down works fine.<br />
My code is not selecting the genomeVer value in the drop down list. </p>
<p>My code is given as under.  </p>
<p>function autoSubmit()<br />
{<br />
    var formObject = document.forms['theForm'];<br />
    formObject.submit();<br />
}</p>
<p>    <!-- organism SELECTION --></p>
<p>        Select Organism<br />
        &lt;option value= &quot;1&quot; &gt;human<br />
        &lt;option value= &quot;2&quot; &gt;mouse<br />
	&lt;option value= &quot;3&quot; &gt;rat</p>
<p>    <!-- genomeVer SELECTION BASED ON organism VALUE --></p>
<p>        select GenomeVersion</p>
<p>&lt;?php<br />
        while($row = mysql_fetch_array($result))<br />
        {<br />
//	    echo (&quot;$row[genomeVer]&#8220;);<br />
	    echo &#8220;&#8221; . $row['genomeVer'] . &#8220;&#8221;;<br />
        }</p>
<p>        ?&gt;</p>
<p>Thanks<br />
Fahim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ernesto angeles jr</title>
		<link>http://www.huanix.com/2006/12/25/dynamic-dependent-drop-down-select-forms-using-php-mysql-and-javascript/comment-page-1/#comment-2803</link>
		<dc:creator>ernesto angeles jr</dc:creator>
		<pubDate>Tue, 08 Mar 2011 16:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.huanix.com/?p=15#comment-2803</guid>
		<description>hi guys, this is fine if the dependent table per layer of dependency is only one. 

how can you make it happen that one selection of the dropdown affects 2 or 3 tables dropdown at the same time?

say, if you select DROPDOWN1, Dropdown 2 and Dropdown changes at the same time.</description>
		<content:encoded><![CDATA[<p>hi guys, this is fine if the dependent table per layer of dependency is only one. </p>
<p>how can you make it happen that one selection of the dropdown affects 2 or 3 tables dropdown at the same time?</p>
<p>say, if you select DROPDOWN1, Dropdown 2 and Dropdown changes at the same time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iaqsuk</title>
		<link>http://www.huanix.com/2006/12/25/dynamic-dependent-drop-down-select-forms-using-php-mysql-and-javascript/comment-page-1/#comment-2123</link>
		<dc:creator>iaqsuk</dc:creator>
		<pubDate>Tue, 23 Nov 2010 07:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.huanix.com/?p=15#comment-2123</guid>
		<description>Hi, I&#039;m trying to do something similar, but different.  I&#039;m trying to add to a existing dropdown from a textarea with a add button then it updates on the dropdown list?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to do something similar, but different.  I&#8217;m trying to add to a existing dropdown from a textarea with a add button then it updates on the dropdown list?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://www.huanix.com/2006/12/25/dynamic-dependent-drop-down-select-forms-using-php-mysql-and-javascript/comment-page-1/#comment-1726</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Mon, 19 Jan 2009 04:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.huanix.com/?p=15#comment-1726</guid>
		<description>Wow, exactly what I&#039;ve been looking for!  Like you, I avoid Javascript at all costs!  It just isn&#039;t for me.  I love PHP but I don&#039;t like migrating MySQL into it too often but, alas, that&#039;s par for the course.  Anyway, I think that I can use your script, and understand it, too!

Thanks a whole lot for putting this out here!</description>
		<content:encoded><![CDATA[<p>Wow, exactly what I&#8217;ve been looking for!  Like you, I avoid Javascript at all costs!  It just isn&#8217;t for me.  I love PHP but I don&#8217;t like migrating MySQL into it too often but, alas, that&#8217;s par for the course.  Anyway, I think that I can use your script, and understand it, too!</p>
<p>Thanks a whole lot for putting this out here!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

