If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > populating the drop down list based on the selected value of first list

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-28-10, 09:25
barghavan2004 barghavan2004 is offline
Registered User
 
Join Date: Sep 2010
Posts: 4
populating the drop down list based on the selected value of first list

hi,I have a table with columns: country and states
How to narrow down (or limit) the items in a second drop down list based on the selected item from first selected item? For example if we have one list of countries in first drop down list and have list of states in the second list then once USA is selected from the country list then the second list should change to list only the states of USA.

I want to do this with select statement.

thank you
Reply With Quote
  #2 (permalink)  
Old 09-28-10, 09:42
it-iss.com it-iss.com is offline
Registered User
 
Join Date: Sep 2009
Location: San Sebastian, Spain
Posts: 620
Hi,

what have you tried so far? Populating the dropdown is not controlled within MySQL but is done through your programming language, PHP, Visual Basic ... If you let us know what you have done so far and with which tools we can point you in the right direction.
__________________
Ronan Cashell
Senior Oracle/MySQL DBA
http://www.it-iss.com
Reply With Quote
  #3 (permalink)  
Old 09-29-10, 10:50
barghavan2004 barghavan2004 is offline
Registered User
 
Join Date: Sep 2010
Posts: 4
I am new to mysql and php .I am using xlinesof PHPrunner.
Thanks for your time.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On