Hi all,
I am currently trying to further my website-forum integration by recreating the menu(generated from the database) in my forums.
To do this, I am trying to put all the menus and submenus into an array. The tricky part is getting the submenus into the array, which I am lost with.
To make things clearer, here is an image with some of the rows:
<snip>
So I need to get the menus into an array(using a query similar to the one in the image), with similar levels. The parent field determines their levels. However, I also need to store the ID for each menu. I'd like the array to display something like this:
Level1
--Level2
--Level2
--Level2
Level1
--Level2
--Level2
--Level2
-----level3
-----level3
-----level3
Sorry if this post is confusing,
Thanks in advance,
Mark.
[edited by: eelixduppy at 1:56 am (utc) on Feb 21, 2010]
[edit reason] removed url [/edit]