Re: mysql with subs

2003-02-14 Thread erwan ancel
TECTED]> To: "Lars Rasmussen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 5:20 PM Subject: Re: mysql with subs > This probably isn't best handled by mysql...use associative arrays to store > members of members in the hierarchy, then

Re: mysql with subs

2003-02-14 Thread Peter Grigor
//www.hoobly.com - Original Message - From: "Lars Rasmussen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 7:46 AM Subject: mysql with subs > Hej all, > > I have a really kinky mysql problem. > > W

mysql with subs

2003-02-14 Thread Lars Rasmussen
Hej all, I have a really kinky mysql problem. Well lets start, I have a table that looks like this ++--+-+ | id|title |subid| ++--+-+ | 1| MAIN | 0 | ++--+-