On Thu, Jun 11, 2009 at 1:21 PM, web <dan@xxxxxxxxxxxxxxxx> 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 view or a simple join to join those two tables. then loop through the result using a recursive function. ~viraj > > My problem is when I query the data I can't place the child at their > appropriate position. > > Please you help will be appreciated. > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php