In PHP, creating the new level menu as per the menu table specified list of sub menus dynamically.
The N level menu will illustrate here, the menu generation on menu -> Sub-Menu1->Sub-Menu2-> Items hierarchy .
The table structure for the n-level menu looks as below,
Please Click Here to download the code
id number(6)
parent_id number(6)
Name Varchar(25)
active binary(1)
parent_id number(6)
Name Varchar(25)
active binary(1)



