Matt Matijevich <mailto:[EMAIL PROTECTED]> on Monday, November 17, 2003 12:10 PM said:
> The second thing I would do, and this is just at a glance of the code, > I would separate it into 2 tables, inventory(the table you already > have) and inventory_pics (or something like that) and make that a one > to many relationship, one row in the inventory table can have many > rows in the inventory_pics table. Jay, something you might want to look into is called database normalization. That is the process of taking redundant information out of database tables and putting it into separate tables (as to reduce redundancy). It's what Matt described above. HTH, Chris. -- Don't like reformatting your Outlook replies? Now there's relief! http://home.in.tum.de/~jain/software/outlook-quotefix/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php