lip9000 Posted June 12, 2007 Share Posted June 12, 2007 I've been searching now for months and have just given up. I've also tried to create my own menu using pre-made drop down menu software then using dreamweaver to try and get the values from a database but have had no success. I've made a CMS which allows users to greate sub menu items, and then sub-sub menu items to those submenu items. And now the final thing to do is create the drop down menu on the front end of the site. Is there a particular site or software package that anyone could point me to that is very good and allows you to create the menu's based on data in a database? So it will allow me to select which table contains the main buttons, which table contains the sub menu items, and also the sub-sub menu items. MANY MANY thanks to anyone who can help me and put me out of this agony!! Quote Link to comment https://forums.phpfreaks.com/topic/55224-php-horizontal-drop-down-menu-from-database/ Share on other sites More sharing options...
lighton Posted June 12, 2007 Share Posted June 12, 2007 you will need to use javascript to do that, the simplest way would be to pull out the menu details from the database then pass them too a javascript function as a set of values to build you menu, so you will need to head over to the javascript forum to get help on them drop down menu Quote Link to comment https://forums.phpfreaks.com/topic/55224-php-horizontal-drop-down-menu-from-database/#findComment-273011 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.