help with querys

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
chris12295
Forum Contributor
Posts: 113
Joined: Sun Jun 09, 2002 10:28 pm
Location: USA
Contact:

help with querys

Post by chris12295 »

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?
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

A form. :)
Post Reply