Jump to content

help with php / mysql & array


houssam_ballout

Recommended Posts

I would make a field in the products table called vendor, and make it a foreign key (to the vendors table). So you will have a list of products, with one of the fields being vendor, and that will allow you to show products associated with a vendor.

Link to comment
Share on other sites

you can either do it manually using phpMyAdmin or a client application like MySQL workbench, or you can make your own scripts do it for you. (i.e. a form for adding/updating the data yourself.)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...