gentlemoves Posted December 3, 2013 Share Posted December 3, 2013 Hi could you lend me your time? I need Help please help me? I need to make a php dynamic navigation menu with also a submenu I did everything but it fails also the dynamic menu needs to have a css active design so that it shows you in what form are you i was trying multidimensional array $navbars = array( 'home' => array( 'name' => 'Home', 'href' => 'home1.php', 'pagename' => 'home' ), 'ristorante' => array( 'name' => 'Ristorante', 'href' => 'ris1.php', 'pagename' => 'ristorante', ), 'broker' => array( 'name' => 'Broker', 'href' => 'broker1.php', 'pagename' => 'broker' )); it works but im having a hard time in doing the current state or the css active thank you for your help if you could give me a example that would be great Link to comment https://forums.phpfreaks.com/topic/284482-need-help-php-dynamic-menu/ Share on other sites More sharing options...
cyberRobot Posted December 3, 2013 Share Posted December 3, 2013 Moving to PHP Coding Help Note that you're more likely to get help if you post the solution you attempted...and a description as to why it didn't work. Link to comment https://forums.phpfreaks.com/topic/284482-need-help-php-dynamic-menu/#findComment-1461107 Share on other sites More sharing options...
PravinS Posted December 4, 2013 Share Posted December 4, 2013 may this will help you http://www.php-guru.in/2013/dynamic-menu-in-php-mysql-javascript/ Link to comment https://forums.phpfreaks.com/topic/284482-need-help-php-dynamic-menu/#findComment-1461182 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.