Cascading Combo Box?! Help ME Please!
I have three tables:
1) store_info: store_id, name, url
2) category_by_store: cat_id, store_id, cat_type, cat_parent_name, cat_name, cat_path
3) cat_by_product: ID, sku, store_id, cat_1, cat_2, cat_3, cat_4.... cat_15
The table category_by_store.cat_type...