d0ds™ Posted March 2, 2010 Share Posted March 2, 2010 Hello guys! here I am again! I've done my system working, now I have a problem with this approached. somebody help me what script I would use to populate the content of the second drop down menu with mysql query, to be available when I select some Artist name from the first drop down menu. the content of the second drop down menu should be the list of the album of an artist I select from the first drop down menu! please help me! Thank you very much! Link to comment https://forums.phpfreaks.com/topic/193857-help-with-drop-downmenu/ Share on other sites More sharing options...
siwelis Posted March 2, 2010 Share Posted March 2, 2010 I just recently found a good (AJAX-PHP) script here: http://www.plus2net.com/php_tutorial/php_drop_down_list.php Has good working example/sql dump for ez testing... I had to figure out for myself how to get the actual values to print in the second script though... if you need that info here's my post: http://www.phpfreaks.com/forums/index.php/topic,287884.msg1366082.html Link to comment https://forums.phpfreaks.com/topic/193857-help-with-drop-downmenu/#findComment-1020274 Share on other sites More sharing options...
teamatomic Posted March 2, 2010 Share Posted March 2, 2010 I can give you an example that does the states then populates a second drop with cities. I used prototype for it. I do however use flat files as I have no desire to spend the time needed to put 45K+ cities into a DB. But the basic construction is there for two drops. HTH Teamatomic Link to comment https://forums.phpfreaks.com/topic/193857-help-with-drop-downmenu/#findComment-1020281 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.