Re: Automotive Product Database (Structer & PHP)
Posted by: Andrew Mallicoat
Date: February 28, 2006 08:37PM

Lets elaborate on this a little...
heres my product table:
+------------------+-------------------+--------------------------+----------------------------------+-------------------------+
| PRODUCT_ID | PRODUCT_SKU | PRODUCT_NAME | PRODUCT_DESCRIPTION | PRODUCT_IMAGE |
+------------------+--------------------+-------------------------+----------------------------------+-------------------------+
and vehicles:
+----------------+-------+--------+------------+
| VEHICLE_ID | YEAR | MAKE | MODEL |
+----------------+-------+--------+------------+

now i should create a table that lists the applications of a particular product like this:

VEH_PRO
PRODUCT_ID ---------ex. 90034
VEHICLE_ID -----------ex.45823

now this doesnt seem to work for multiple applications

could i put multiple vehicle_id's in and use a search function to narrow it to a particular vehicle such as:

VEH_PRO
PRODUCT_ID ---------ex. 90034
VEHICLE_ID -----------ex.45823, 78345, 84859, 28485, 10989

Options: ReplyQuote


Subject
Written By
Posted
Re: Automotive Product Database (Structer & PHP)
February 28, 2006 08:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.