RE: [PHP] array recursion from database rows

2008-05-25 Thread Wolf
Bob, Post your failing code and we'l be glad to give you pointers on fixing it. This list doesn't exist to write code for you (unless your dropping coin into our paypal account) but all of us are willing to help with posted code. Wolf -Original Message- From: Bob <[EMAIL PROTECTED]>

Re: [PHP] array recursion from database rows

2008-05-24 Thread Bastien Koert
On 5/24/08, Bob <[EMAIL PROTECTED]> wrote: > > Hi. > > I have a database table I have created for navigation. > > The table fields are uid, parent_id, menu_name. > > Each entry is either a top level element with a parent_id of 0 or a child > which has a parent_id that relates to the parent uid. > >