I need some serious help with this What i need to accomplish is to dynamicaly update a second pull-down list box after a selection has been made in the first box. I know that this probably will require a JS to interact with PHP but i do not know JS to even begin this. Does anyone have any suggestion and can help me with this.
as far as i know, which ill admit is not all that much, but i dont think JS(a client side language) can interact with PHP(a serverside language), that is unless you want to use JS to refresh the page when the selection is changed
I have had few examples of JavaScript with combo boxes but since my knowledge of it is very .. very limited i had trouble integrating php into JavaScript.