I haven't looked at passing variables between java -> php but it seamed to be a pain when by mistake I got those search result >.<
I use(d) a Javascript double drop down menu on a website I made some times ago.
However I didnt use reload() because there was no point of reloading the same page. The double drop down allow me to make a double selection. I then POST that selection to the next page which then perform a database search and display.
I think what you are trying to do is a bit similar? you want to have multiple drop down which basically when you change drop down 1, the text in drop down 2 change ?
If thats correct, you dont need php @ that stage, you need to look for javascript multiple drop down.
Let me know :)
Edit:
Example of what I think you are trying to do:
http://www.trans4mind.com/personal_d...tripleMenu.htm