Re: [PHP] dynamic navigation menu

2009-06-11 Thread viraj
On Thu, Jun 11, 2009 at 1:21 PM, web wrote: > > Please can some one help me with a dynamic menu. you can accomplish this easily. read about 'recursive functions' > > I have a 2 tables and I want to display the record from the first one as > parent  and the second one as the child. use a mysql

Re: [PHP] dynamic navigation menu

2009-06-11 Thread Ashley Sheridan
On Thu, 2009-06-11 at 09:51 +0200, web wrote: > Please can some one help me with a dynamic menu. > > I have a 2 tables and I want to display the record from the first one as > parent and the second one as the child. > > My problem is when I query the data I can't place the child at their > appro

[PHP] dynamic navigation menu

2009-06-11 Thread web
Please can some one help me with a dynamic menu. I have a 2 tables and I want to display the record from the first one as parent and the second one as the child. My problem is when I query the data I can't place the child at their appropriate position. Please you help will be appreciated.