info
to another table, but the example is still accurate.)
Steve
- Original Message -
From: "Chris Comeau" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 28, 2001 12:06 PM
Subject: Dynamic arrays in table?
> I'm new to MySQL and i'
t;
> -Original Message-
> From: Chris Comeau [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 28, 2001 3:07 PM
> To: [EMAIL PROTECTED]
> Subject: Dynamic arrays in table?
>
>
> I'm new to MySQL and i'm having some trouble with creating a table with
> t
In addition to the purchased list, we want to have a "with list" kind of
feature where you could add and remove things you might want to buy...
So we would need to have some kind of array for each user that lists the
ids of the puchasable items, that can grow and shrink...
Any ideas?
Thanks.
I'm new to MySQL and i'm having some trouble with creating a table with
the format i need.
I need to create a table for user information (name, email, phone) and a
list of purchased items (IDs) that will grow or shrink with time, in
some kind of dynamic array.
Is it possible to have this in o