I have a little problem in developing my e-commerce solution. I want it to be flexible enough to be usable with more than one online shop, so I figured that I would put all of the categories into a table. My problem is that I want to be able to select multiple categories for one item and then search for other items in that category. Right now I am putting all of the categories into an array, but the select statements have to select a certain index in the array. Am I just going about this the wrong way, or is there some way to get the select statement to look through all of the elements in the array, even though they are varaible in number.
Any help would be greatly appreciated.
Thanks,
Steven Behnke