hi
i have a db table with these 2 fields
id
parent_id # linked to id default is 0 for top level items
executing a single query, i now have a recordset. with that, how do i create a multi-dim array with the sub-items nested and linked to the parent records?
thanks