I'm working on a gallery administration page. I'm using html select elements in forms. What I'm trying to achieve is a system where the first box can be used to select an album. The second will present a list of photos (well their titles). Of course the problem is that php is a server side scripting language which makes this a little tricky (well to be, but what can I say - I'm a numpty). I've seen this kind of functionality on websites before, but I'm at a loss as to how to achieve this.
(I'm not sure if this is cross-posted, but I'm guessing the fact that this is based on HTML, and possibly use of javascript - this ,ay be the best place for it)
Any ideas?