carlg Posted April 26, 2007 Share Posted April 26, 2007 I want to have 2 list boxes in my PHP code "<SELECT>" The values in the first box will come from the database The values in the 2nd list box will also come from the database, but it will be dynamic based upon what is selected in the first list box. Kinda like a category and subcategory type of relationship You first select the main category and then based upon that selection, you select the subcategory. All category info is coming from the database. How can I do this with PHP/javascript? I seen an example out there where the author was refreshing the page, but I know there has to be a way to do it without refreshing. If you know, please let me know Thanks carl Quote Link to comment Share on other sites More sharing options...
fenway Posted April 26, 2007 Share Posted April 26, 2007 Sounds like a job for AJAX.... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.