I'm trying to allow for mulitple selects in an inventory database that includes serialID, assetID, Category, Description, Building and Office. I'm trying to be able to be able to select information by Category, Building, and Office seperately as well as together by using the same form. So I can use a form with <Select> tags to choose a Category and the building the item is located in. I know I can do it by using switch {} or by multiple scripts, but I want to be able to do it all in the same php script without having to write 150 lines of code.
Any ideas? I hope all that makes some sense.
David
Any ideas? I hope all that makes some sense.
David