Dynamic Multi Level Drop Down Menu in PHP/MYSQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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]


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux