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 Quote Link to comment 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. Quote Link to comment 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/ Quote Link to comment 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.