Hello everyone, I want to create a limited drop down menu with <ul>. It will look like this: <ul> <li>Item 1</li> <li>Item 2 <ul> <li>Item 2a</li> <li>Item 2b</li> </ul> </li> </ul> with this database: menu: id, title, link, parentid Please help me to write php code... Many thanks and regards, Vichea [Non-text portions of this message have been removed]