Easiest way to create drop down with database generated options
        Posted  
        
            by aarontb
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by aarontb
        
        
        
        Published on 2010-03-22T01:27:12Z
        Indexed on 
            2010/03/22
            1:31 UTC
        
        
        Read the original article
        Hit count: 376
        
I'm trying to build a multi-level "game". A randomly generated option (Option1) will trigger other options in a drop down (Option2)...the options in the new drop down will be directly related the to Option1. Option2 will then trigger another drop down with info directly related to Option2 and so forth until reaching OptionEnd...any suggestions, preferably SQL and PHP.
Thanks...yeah, I'm a n00b.
© Stack Overflow or respective owner