help with querys
Posted: Wed Apr 23, 2003 5:19 pm
I have 3 simple tables in my database
categories, manCat, and manufacturers.
manCat associates manufacturers with categories by man_id and cat_id.
(manufacurers and categories have a man_id and cat_id field respectively). What is the best way you can think of to allow a user to associate different categories with a manufacturer and insert it into manCat using a web interface?
categories, manCat, and manufacturers.
manCat associates manufacturers with categories by man_id and cat_id.
(manufacurers and categories have a man_id and cat_id field respectively). What is the best way you can think of to allow a user to associate different categories with a manufacturer and insert it into manCat using a web interface?